#588E9A

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

Shades of Half Baked #588E9A

Tints of Half Baked #588E9A

Color information

#588E9A (or 0x588E9A) is unknown color: approx Half Baked. HEX triplet: 58, 8E and 9A. RGB value is (88,142,154). Sum of RGB (Red+Green+Blue) = 88+142+154=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #588E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E9A is #A77165. Grayscale: #7F7F7F. Windows color (decimal): -10973542 or 10128984. OLE color: 10128984.

HSL color Cylindrical-coordinate representation of color #588E9A: 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 #588E9A is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88142154-
CMYK0.430.0800.40
HSL190.91º27.27%47.45%-
HSV(B)190.91º42.86%60.39%-
XYZ19.5323.7534.13-
YUV127.22143.11100.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=22.92%
G=36.98%
B=40.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881421540.430.0800.40190.9127.2747.45
Hex588E9A2B8028bf1b2f
Octal13021623253100502773357
Binary10110001000111010011010101011100001010001011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,142,154); }

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

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

 a { background-color: rgb(88,142,154); }

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

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

 span { border-color: rgb(88,142,154); }

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