#578B88

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

Shades of Half Baked #578B88

Tints of Half Baked #578B88

Color information

#578B88 (or 0x578B88) is unknown color: approx Half Baked. HEX triplet: 57, 8B and 88. RGB value is (87,139,136). Sum of RGB (Red+Green+Blue) = 87+139+136=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #578B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B88 is #A87477. Grayscale: #7B7B7B. Windows color (decimal): -11039864 or 8948567. OLE color: 8948567.

HSL color Cylindrical-coordinate representation of color #578B88: hue angle of 176.54º 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 #578B88 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB87139136-
CMYK0.3700.020.45
HSL176.54º23.01%44.31%-
HSV(B)176.54º37.41%54.51%-
XYZ17.6122.2726.66-
YUV123.11135.27102.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=24.03%
G=38.40%
B=37.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871391360.3700.020.45176.5423.0144.31
Hex578B8825022Db1172c
Octal1272132104502552612754
Binary101011110001011100010001001010101011011011000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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