Html Css Color HEX #599490 Half Baked

📋 copy color: '#599490'

red 89 ◦ green 148 ◦ blue 144

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

Shades of Half Baked #599490

Tints of Half Baked #599490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 23.36%
G = 38.85%
B = 37.8%

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

#599490 (or 0x599490) is known color: Half Baked. HEX triplet: 59, 94 and 90. RGB value is (89,148,144). Sum of RGB (Red+Green+Blue) = 89+148+144=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #599490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599490 is #A66B6F. Grayscale: #818181. Windows color (decimal): -10906480 or 9475161. OLE color: 9475161.

HSL color Cylindrical-coordinate representation of color #599490: hue angle of 175.93º 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 #599490 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 144 -
CMYK 0.40 0 0.03 0.42
HSL 175.93º 0.25% 0.46% -
HSV(B) 175.93º 0.4% 0.58% -
XYZ 19.74 25.32 30.23 -
YUV 129.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 89 148 144 0.40 0 0.03 0.42 175.93 0.25 0.46
Hex 59 94 90 28 0 3 2A B0 19 2E
Octal 131 224 220 50 0 3 52 260 31 56
Binary 1011001 10010100 10010000 101000 0 11 101010 10110000 11001 101110

Color Harmonies of #599490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599490

Black with #599490

Text Example


Text Example

White with #599490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599490; }

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

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

background-color css

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

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

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

border-color css

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

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

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