#52838E

Color #52838E Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #52838E

Tints of Hippie Blue #52838E

Color information

#52838E (or 0x52838E) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 8E. RGB value is (82,131,142). Sum of RGB (Red+Green+Blue) = 82+131+142=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #52838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52838E is #AD7C71. Grayscale: #757575. Windows color (decimal): -11369586 or 9339730. OLE color: 9339730.

HSL color Cylindrical-coordinate representation of color #52838E: hue angle of 191º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52838E is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82131142-
CMYK0.420.0800.44
HSL191º26.79%43.92%-
HSV(B)191º42.25%55.69%-
XYZ16.4819.9828.58-
YUV117.6141.77102.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 142 (55.86% from 255) = 40%
R=23.10%
G=36.90%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821311420.420.0800.4419126.7943.92
Hex52838E2A802Cbf1b2c
Octal12220321652100542773354
Binary10100101000001110001110101010100001011001011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52838E; }

 p { color: rgb(82,131,142); }

 H1.HeaderClassName
 {
   color: #52838E;
 }
 .AnyTagClassName
 {
   color: #52838E;
 }
</style>
background-color css

<style>
 a { background-color: #52838E; }

 a { background-color: rgb(82,131,142); }

 div.DivClassName
 {
   background-color: #52838E;
 }
 .BgClassName
 {
   background-color: #52838E;
 }
</style>
border-color css

<style>
 span { border-color: #52838E; }

 span { border-color: rgb(82,131,142); }

 td.TdClassName
 {
   border-color: #52838E;
 }
 .TagClassName
 {
   border-color: #52838E;
 }
</style>