#578B87

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

Shades of Half Baked #578B87

Tints of Half Baked #578B87

Color information

#578B87 (or 0x578B87) is unknown color: approx Half Baked. HEX triplet: 57, 8B and 87. RGB value is (87,139,135). Sum of RGB (Red+Green+Blue) = 87+139+135=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #578B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B87 is #A87478. Grayscale: #7A7A7A. Windows color (decimal): -11039865 or 8883031. OLE color: 8883031.

HSL color Cylindrical-coordinate representation of color #578B87: hue angle of 175.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578B87 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB87139135-
CMYK0.3700.030.45
HSL175.38º23.01%44.31%-
HSV(B)175.38º37.41%54.51%-
XYZ17.5422.2426.29-
YUV123134.77102.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=24.10%
G=38.50%
B=37.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871391350.3700.030.45175.3823.0144.31
Hex578B8725032Daf172c
Octal1272132074503552572754
Binary101011110001011100001111001010111011011010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,139,135); }

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

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

 a { background-color: rgb(87,139,135); }

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

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

 span { border-color: rgb(87,139,135); }

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