Html Css Color HEX #588D88 Half Baked

📋 copy color: '#588D88'

red 88 ◦ green 141 ◦ blue 136

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

Shades of Half Baked #588D88

Tints of Half Baked #588D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 24.11%
G = 38.63%
B = 37.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#588D88 (or 0x588D88) is known color: Half Baked. HEX triplet: 58, 8D and 88. RGB value is (88,141,136). Sum of RGB (Red+Green+Blue) = 88+141+136=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #588D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D88 is #A77277. Grayscale: #7C7C7C. Windows color (decimal): -10973816 or 8949080. OLE color: 8949080.

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

Color convert

RGB 88 141 136 -
CMYK 0.38 0 0.04 0.45
HSL 174.34º 0.23% 0.45% -
HSV(B) 174.34º 0.38% 0.55% -
XYZ 17.99 22.9 26.76 -
YUV 124.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 88 141 136 0.38 0 0.04 0.45 174.34 0.23 0.45
Hex 58 8D 88 26 0 4 2D AE 17 2D
Octal 130 215 210 46 0 4 55 256 27 55
Binary 1011000 10001101 10001000 100110 0 100 101101 10101110 10111 101101

Color Harmonies of #588D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588D88

Black with #588D88

Text Example


Text Example

White with #588D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,141,136); }

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

background-color css

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

 a { background-color: rgb(88,141,136); }

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

border-color css

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

 span { border-color: rgb(88,141,136); }

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