#578D99

Color #578D99 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #578D99

Tints of Half Baked #578D99

Color information

#578D99 (or 0x578D99) is unknown color: approx Half Baked. HEX triplet: 57, 8D and 99. RGB value is (87,141,153). Sum of RGB (Red+Green+Blue) = 87+141+153=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #578D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578D99 is #A87266. Grayscale: #7E7E7E. Windows color (decimal): -11039335 or 10063191. OLE color: 10063191.

HSL color Cylindrical-coordinate representation of color #578D99: hue angle of 190.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #578D99 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87141153-
CMYK0.430.0800.4
HSL190.91º27.5%47.06%-
HSV(B)190.91º43.14%60%-
XYZ19.2123.3833.64-
YUV126.22143.11100.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=22.83%
G=37.01%
B=40.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871411530.430.0800.4190.9127.547.06
Hex578D992B8028bf1b2f
Octal12721523153100502773357
Binary10101111000110110011001101011100001010001011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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