#57889B

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

Shades of Hippie Blue #57889B

Tints of Hippie Blue #57889B

Color information

#57889B (or 0x57889B) is unknown color: approx Hippie Blue. HEX triplet: 57, 88 and 9B. RGB value is (87,136,155). Sum of RGB (Red+Green+Blue) = 87+136+155=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #57889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57889B is #A87764. Grayscale: #7B7B7B. Windows color (decimal): -11040613 or 10192983. OLE color: 10192983.

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

Color convert

RGB87136155-
CMYK0.440.1200.39
HSL196.76º28.1%47.45%-
HSV(B)196.76º43.87%60.78%-
XYZ18.652234.27-
YUV123.52145.77101.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=23.02%
G=35.98%
B=41.01%

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
Decimal871361550.440.1200.39196.7628.147.45
Hex57889B2CC027c51c2f
Octal12721023354140473053457
Binary10101111000100010011011101100110001001111100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,136,155); }

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

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

 a { background-color: rgb(87,136,155); }

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

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

 span { border-color: rgb(87,136,155); }

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