Html Css Color HEX #59908C Half Baked

📋 copy color: '#59908C'

red 89 ◦ green 144 ◦ blue 140

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

Shades of Half Baked #59908C

Tints of Half Baked #59908C

RGB

 RED value IS 89 (35.16% from 255) = 23.86%

 GREEN value IS 144 (56.64% from 255) = 38.61%

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 23.86%
G = 38.61%
B = 37.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#59908C (or 0x59908C) is known color: Half Baked. HEX triplet: 59, 90 and 8C. RGB value is (89,144,140). Sum of RGB (Red+Green+Blue) = 89+144+140=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #59908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59908C is #A66F73. Grayscale: #7F7F7F. Windows color (decimal): -10907508 or 9211993. OLE color: 9211993.

HSL color Cylindrical-coordinate representation of color #59908C: hue angle of 175.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59908C is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 140 -
CMYK 0.38 0 0.03 0.44
HSL 175.64º 0.24% 0.46% -
HSV(B) 175.64º 0.38% 0.56% -
XYZ 18.83 23.96 28.44 -
YUV 127.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 89 144 140 0.38 0 0.03 0.44 175.64 0.24 0.46
Hex 59 90 8C 26 0 3 2C B0 18 2E
Octal 131 220 214 46 0 3 54 260 30 56
Binary 1011001 10010000 10001100 100110 0 11 101100 10110000 11000 101110

Color Harmonies of #59908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59908C

Black with #59908C

Text Example


Text Example

White with #59908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59908C; }

 p { color: rgb(89,144,140); }

 H1.HeaderClassName
 {
   color: #59908C;
 }
 .AnyTagClassName
 {
   color: #59908C;
 }
</style>

background-color css

<style>
 a { background-color: #59908C; }

 a { background-color: rgb(89,144,140); }

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

border-color css

<style>
 span { border-color: #59908C; }

 span { border-color: rgb(89,144,140); }

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