Html Css Color HEX #59948F Half Baked

📋 copy color: '#59948F'

red 89 ◦ green 148 ◦ blue 143

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

Shades of Half Baked #59948F

Tints of Half Baked #59948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 23.42%
G = 38.95%
B = 37.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#59948F (or 0x59948F) is known color: Half Baked. HEX triplet: 59, 94 and 8F. RGB value is (89,148,143). Sum of RGB (Red+Green+Blue) = 89+148+143=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #59948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59948F is #A66B70. Grayscale: #818181. Windows color (decimal): -10906481 or 9409625. OLE color: 9409625.

HSL color Cylindrical-coordinate representation of color #59948F: hue angle of 174.92º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59948F is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 143 -
CMYK 0.40 0 0.03 0.42
HSL 174.92º 0.25% 0.46% -
HSV(B) 174.92º 0.4% 0.58% -
XYZ 19.67 25.29 29.83 -
YUV 129.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 89 148 143 0.40 0 0.03 0.42 174.92 0.25 0.46
Hex 59 94 8F 28 0 3 2A AF 19 2E
Octal 131 224 217 50 0 3 52 257 31 56
Binary 1011001 10010100 10001111 101000 0 11 101010 10101111 11001 101110

Color Harmonies of #59948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59948F

Black with #59948F

Text Example


Text Example

White with #59948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59948F; }

 p { color: rgb(89,148,143); }

 H1.HeaderClassName
 {
   color: #59948F;
 }
 .AnyTagClassName
 {
   color: #59948F;
 }
</style>

background-color css

<style>
 a { background-color: #59948F; }

 a { background-color: rgb(89,148,143); }

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

border-color css

<style>
 span { border-color: #59948F; }

 span { border-color: rgb(89,148,143); }

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