Html Css Color HEX #588E99 Half Baked

📋 copy color: '#588E99'

red 88 ◦ green 142 ◦ blue 153

#588E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #588E99

Tints of Half Baked #588E99

RGB

 RED value IS 88 (34.77% from 255) = 22.98%

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 22.98%
G = 37.08%
B = 39.95%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#588E99 (or 0x588E99) is known color: Half Baked. HEX triplet: 58, 8E and 99. RGB value is (88,142,153). Sum of RGB (Red+Green+Blue) = 88+142+153=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #588E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E99 is #A77166. Grayscale: #7F7F7F. Windows color (decimal): -10973543 or 10063448. OLE color: 10063448.

HSL color Cylindrical-coordinate representation of color #588E99: hue angle of 190.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588E99 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 142 153 -
CMYK 0.42 0.07 0 0.4
HSL 190.15º 0.27% 0.47% -
HSV(B) 190.15º 0.42% 0.6% -
XYZ 19.45 23.72 33.69 -
YUV 127.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 88 142 153 0.42 0.07 0 0.4 190.15 0.27 0.47
Hex 58 8E 99 2A 7 0 28 BE 1B 2F
Octal 130 216 231 52 7 0 50 276 33 57
Binary 1011000 10001110 10011001 101010 111 0 101000 10111110 11011 101111

Color Harmonies of #588E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588E99

Black with #588E99

Text Example


Text Example

White with #588E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #588E99;
 }
 .AnyTagClassName
 {
   color: #588E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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