#588F94

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

Shades of Half Baked #588F94

Tints of Half Baked #588F94

Color information

#588F94 (or 0x588F94) is unknown color: approx Half Baked. HEX triplet: 58, 8F and 94. RGB value is (88,143,148). Sum of RGB (Red+Green+Blue) = 88+143+148=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #588F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F94 is #A7706B. Grayscale: #7F7F7F. Windows color (decimal): -10973292 or 9736024. OLE color: 9736024.

HSL color Cylindrical-coordinate representation of color #588F94: hue angle of 185º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588F94 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88143148-
CMYK0.410.0300.42
HSL185º25.42%46.27%-
HSV(B)185º40.54%58.04%-
XYZ19.1923.8631.61-
YUV127.12139.78100.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=23.22%
G=37.73%
B=39.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881431480.410.0300.4218525.4246.27
Hex588F9429302Ab9192e
Octal1302172245130522713156
Binary101100010001111100101001010011101010101011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588F94; }

 p { color: rgb(88,143,148); }

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

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

 a { background-color: rgb(88,143,148); }

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

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

 span { border-color: rgb(88,143,148); }

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