Html Css Color HEX #588E97 Half Baked

📋 copy color: '#588E97'

red 88 ◦ green 142 ◦ blue 151

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

Shades of Half Baked #588E97

Tints of Half Baked #588E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.63%

R = 23.1%
G = 37.27%
B = 39.63%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588E97 (or 0x588E97) is known color: Half Baked. HEX triplet: 58, 8E and 97. RGB value is (88,142,151). Sum of RGB (Red+Green+Blue) = 88+142+151=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #588E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E97 is #A77168. Grayscale: #7E7E7E. Windows color (decimal): -10973545 or 9932376. OLE color: 9932376.

HSL color Cylindrical-coordinate representation of color #588E97: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588E97 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 142 151 -
CMYK 0.42 0.06 0 0.41
HSL 188.57º 0.26% 0.47% -
HSV(B) 188.57º 0.42% 0.59% -
XYZ 19.28 23.66 32.83 -
YUV 126.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 88 142 151 0.42 0.06 0 0.41 188.57 0.26 0.47
Hex 58 8E 97 2A 6 0 29 BD 1A 2F
Octal 130 216 227 52 6 0 51 275 32 57
Binary 1011000 10001110 10010111 101010 110 0 101001 10111101 11010 101111

Color Harmonies of #588E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588E97

Black with #588E97

Text Example


Text Example

White with #588E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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