#57899B

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

Shades of Hippie Blue #57899B

Tints of Hippie Blue #57899B

Color information

#57899B (or 0x57899B) is unknown color: approx Hippie Blue. HEX triplet: 57, 89 and 9B. RGB value is (87,137,155). Sum of RGB (Red+Green+Blue) = 87+137+155=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #57899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57899B is #A87664. Grayscale: #7B7B7B. Windows color (decimal): -11040357 or 10193239. OLE color: 10193239.

HSL color Cylindrical-coordinate representation of color #57899B: hue angle of 195.88º 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 #57899B is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87137155-
CMYK0.440.1200.39
HSL195.88º28.1%47.45%-
HSV(B)195.88º43.87%60.78%-
XYZ18.7922.2834.32-
YUV124.1145.44101.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=22.96%
G=36.15%
B=40.90%

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
Decimal871371550.440.1200.39195.8828.147.45
Hex57899B2CC027c41c2f
Octal12721123354140473043457
Binary10101111000100110011011101100110001001111100010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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