#578C9C

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

Shades of Hippie Blue #578C9C

Tints of Hippie Blue #578C9C

Color information

#578C9C (or 0x578C9C) is unknown color: approx Hippie Blue. HEX triplet: 57, 8C and 9C. RGB value is (87,140,156). Sum of RGB (Red+Green+Blue) = 87+140+156=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #578C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578C9C is #A87363. Grayscale: #7D7D7D. Windows color (decimal): -11039588 or 10259543. OLE color: 10259543.

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

Color convert

RGB87140156-
CMYK0.440.1000.39
HSL193.91º28.4%47.65%-
HSV(B)193.91º44.23%61.18%-
XYZ19.3123.1834.91-
YUV125.98144.94100.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.72%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=22.72%
G=36.55%
B=40.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871401560.440.1000.39193.9128.447.65
Hex578C9C2CA027c21c30
Octal12721423454120473023460
Binary10101111000110010011100101100101001001111100001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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