#57899A

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

Shades of Hippie Blue #57899A

Tints of Hippie Blue #57899A

Color information

#57899A (or 0x57899A) is unknown color: approx Hippie Blue. HEX triplet: 57, 89 and 9A. RGB value is (87,137,154). Sum of RGB (Red+Green+Blue) = 87+137+154=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #57899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57899A is #A87665. Grayscale: #7B7B7B. Windows color (decimal): -11040358 or 10127703. OLE color: 10127703.

HSL color Cylindrical-coordinate representation of color #57899A: hue angle of 195.22º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57899A is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87137154-
CMYK0.440.1100.40
HSL195.22º27.8%47.25%-
HSV(B)195.22º43.51%60.39%-
XYZ18.7122.2533.88-
YUV123.99144.94101.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=23.02%
G=36.24%
B=40.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871371540.440.1100.40195.2227.847.25
Hex57899A2CB028c31c2f
Octal12721123254130503033457
Binary10101111000100110011010101100101101010001100001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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