#57899C

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

Shades of Hippie Blue #57899C

Tints of Hippie Blue #57899C

Color information

#57899C (or 0x57899C) is unknown color: approx Hippie Blue. HEX triplet: 57, 89 and 9C. RGB value is (87,137,156). Sum of RGB (Red+Green+Blue) = 87+137+156=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #57899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57899C is #A87663. Grayscale: #7C7C7C. Windows color (decimal): -11040356 or 10258775. OLE color: 10258775.

HSL color Cylindrical-coordinate representation of color #57899C: hue angle of 196.52º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57899C is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87137156-
CMYK0.440.1200.39
HSL196.52º28.4%47.65%-
HSV(B)196.52º44.23%61.18%-
XYZ18.8822.3234.77-
YUV124.22145.94101.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=22.89%
G=36.05%
B=41.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871371560.440.1200.39196.5228.447.65
Hex57899C2CC027c51c30
Octal12721123454140473053460
Binary10101111000100110011100101100110001001111100010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57899C; }

 p { color: rgb(87,137,156); }

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

<style>
 a { background-color: #57899C; }

 a { background-color: rgb(87,137,156); }

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

<style>
 span { border-color: #57899C; }

 span { border-color: rgb(87,137,156); }

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