Html Css Color HEX #588E8B Half Baked

📋 copy color: '#588E8B'

red 88 ◦ green 142 ◦ blue 139

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

Shades of Half Baked #588E8B

Tints of Half Baked #588E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 23.85%
G = 38.48%
B = 37.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#588E8B (or 0x588E8B) is known color: Half Baked. HEX triplet: 58, 8E and 8B. RGB value is (88,142,139). Sum of RGB (Red+Green+Blue) = 88+142+139=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #588E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E8B is #A77174. Grayscale: #7D7D7D. Windows color (decimal): -10973557 or 9145944. OLE color: 9145944.

HSL color Cylindrical-coordinate representation of color #588E8B: hue angle of 176.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588E8B is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 142 139 -
CMYK 0.38 0 0.02 0.44
HSL 176.67º 0.23% 0.45% -
HSV(B) 176.67º 0.38% 0.56% -
XYZ 18.36 23.28 27.95 -
YUV 125.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 88 142 139 0.38 0 0.02 0.44 176.67 0.23 0.45
Hex 58 8E 8B 26 0 2 2C B1 17 2D
Octal 130 216 213 46 0 2 54 261 27 55
Binary 1011000 10001110 10001011 100110 0 10 101100 10110001 10111 101101

Color Harmonies of #588E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588E8B

Black with #588E8B

Text Example


Text Example

White with #588E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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