Html Css Color HEX #599497 Half Baked

📋 copy color: '#599497'

red 89 ◦ green 148 ◦ blue 151

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

Shades of Half Baked #599497

Tints of Half Baked #599497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 22.94%
G = 38.14%
B = 38.92%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#599497 (or 0x599497) is known color: Half Baked. HEX triplet: 59, 94 and 97. RGB value is (89,148,151). Sum of RGB (Red+Green+Blue) = 89+148+151=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #599497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599497 is #A66B68. Grayscale: #828282. Windows color (decimal): -10906473 or 9933913. OLE color: 9933913.

HSL color Cylindrical-coordinate representation of color #599497: hue angle of 182.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599497 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 148 151 -
CMYK 0.41 0.02 0 0.41
HSL 182.9º 0.26% 0.47% -
HSV(B) 182.9º 0.41% 0.59% -
XYZ 20.3 25.54 33.14 -
YUV 130.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 89 148 151 0.41 0.02 0 0.41 182.9 0.26 0.47
Hex 59 94 97 29 2 0 29 B7 1A 2F
Octal 131 224 227 51 2 0 51 267 32 57
Binary 1011001 10010100 10010111 101001 10 0 101001 10110111 11010 101111

Color Harmonies of #599497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599497

Black with #599497

Text Example


Text Example

White with #599497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599497; }

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

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

background-color css

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

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

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

border-color css

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

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

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