#52899B

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

Shades of Hippie Blue #52899B

Tints of Hippie Blue #52899B

Color information

#52899B (or 0x52899B) is unknown color: approx Hippie Blue. HEX triplet: 52, 89 and 9B. RGB value is (82,137,155). Sum of RGB (Red+Green+Blue) = 82+137+155=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #52899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52899B is #AD7664. Grayscale: #7A7A7A. Windows color (decimal): -11368037 or 10193234. OLE color: 10193234.

HSL color Cylindrical-coordinate representation of color #52899B: hue angle of 194.79º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52899B is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82137155-
CMYK0.470.1200.39
HSL194.79º30.8%46.47%-
HSV(B)194.79º47.1%60.78%-
XYZ18.3422.0534.3-
YUV122.61146.2899.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=21.93%
G=36.63%
B=41.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821371550.470.1200.39194.7930.846.47
Hex52899B2FC027c31f2e
Octal12221123357140473033756
Binary10100101000100110011011101111110001001111100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52899B; }

 p { color: rgb(82,137,155); }

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

<style>
 a { background-color: #52899B; }

 a { background-color: rgb(82,137,155); }

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

<style>
 span { border-color: #52899B; }

 span { border-color: rgb(82,137,155); }

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