#588892

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

Shades of Half Baked #588892

Tints of Half Baked #588892

Color information

#588892 (or 0x588892) is unknown color: approx Half Baked. HEX triplet: 58, 88 and 92. RGB value is (88,136,146). Sum of RGB (Red+Green+Blue) = 88+136+146=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #588892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588892 is #A7776D. Grayscale: #7A7A7A. Windows color (decimal): -10975086 or 9603160. OLE color: 9603160.

HSL color Cylindrical-coordinate representation of color #588892: hue angle of 190.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588892 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88136146-
CMYK0.400.0700.43
HSL190.34º24.79%45.88%-
HSV(B)190.34º39.73%57.25%-
XYZ18.0221.7630.44-
YUV122.79141.1103.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=23.78%
G=36.76%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881361460.400.0700.43190.3424.7945.88
Hex58889228702Bbe192e
Octal1302102225070532763156
Binary1011000100010001001001010100011101010111011111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588892; }

 p { color: rgb(88,136,146); }

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

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

 a { background-color: rgb(88,136,146); }

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

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

 span { border-color: rgb(88,136,146); }

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