#52818E

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

Shades of Hippie Blue #52818E

Tints of Hippie Blue #52818E

Color information

#52818E (or 0x52818E) is unknown color: approx Hippie Blue. HEX triplet: 52, 81 and 8E. RGB value is (82,129,142). Sum of RGB (Red+Green+Blue) = 82+129+142=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #52818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52818E is #AD7E71. Grayscale: #747474. Windows color (decimal): -11370098 or 9339218. OLE color: 9339218.

HSL color Cylindrical-coordinate representation of color #52818E: hue angle of 193º 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 #52818E is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82129142-
CMYK0.420.0900.44
HSL193º26.79%43.92%-
HSV(B)193º42.25%55.69%-
XYZ16.2119.4528.49-
YUV116.43142.43103.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=23.23%
G=36.54%
B=40.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821291420.420.0900.4419326.7943.92
Hex52818E2A902Cc11b2c
Octal12220121652110543013354
Binary10100101000000110001110101010100101011001100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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