#578D9F

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

Shades of Hippie Blue #578D9F

Tints of Hippie Blue #578D9F

Color information

#578D9F (or 0x578D9F) is unknown color: approx Hippie Blue. HEX triplet: 57, 8D and 9F. RGB value is (87,141,159). Sum of RGB (Red+Green+Blue) = 87+141+159=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #578D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578D9F is #A87260. Grayscale: #7E7E7E. Windows color (decimal): -11039329 or 10456407. OLE color: 10456407.

HSL color Cylindrical-coordinate representation of color #578D9F: hue angle of 195º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #578D9F is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87141159-
CMYK0.450.1100.38
HSL195º29.27%48.24%-
HSV(B)195º45.28%62.35%-
XYZ19.7123.5836.31-
YUV126.91146.1199.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=22.48%
G=36.43%
B=41.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871411590.450.1100.3819529.2748.24
Hex578D9F2DB026c31d30
Octal12721523755130463033560
Binary10101111000110110011111101101101101001101100001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578D9F; }

 p { color: rgb(87,141,159); }

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

<style>
 a { background-color: #578D9F; }

 a { background-color: rgb(87,141,159); }

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

<style>
 span { border-color: #578D9F; }

 span { border-color: rgb(87,141,159); }

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