Html Css Color HEX #599699 Half Baked

📋 copy color: '#599699'

red 89 ◦ green 150 ◦ blue 153

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

Shades of Half Baked #599699

Tints of Half Baked #599699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 22.7%
G = 38.27%
B = 39.03%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#599699 (or 0x599699) is known color: Half Baked. HEX triplet: 59, 96 and 99. RGB value is (89,150,153). Sum of RGB (Red+Green+Blue) = 89+150+153=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #599699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599699 is #A66966. Grayscale: #848484. Windows color (decimal): -10905959 or 10065497. OLE color: 10065497.

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

Color convert

RGB 89 150 153 -
CMYK 0.42 0.02 0 0.4
HSL 182.81º 0.26% 0.47% -
HSV(B) 182.81º 0.42% 0.6% -
XYZ 20.78 26.24 34.11 -
YUV 132.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 89 150 153 0.42 0.02 0 0.4 182.81 0.26 0.47
Hex 59 96 99 2A 2 0 28 B7 1A 2F
Octal 131 226 231 52 2 0 50 267 32 57
Binary 1011001 10010110 10011001 101010 10 0 101000 10110111 11010 101111

Color Harmonies of #599699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599699

Black with #599699

Text Example


Text Example

White with #599699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599699; }

 p { color: rgb(89,150,153); }

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

background-color css

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

 a { background-color: rgb(89,150,153); }

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

border-color css

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

 span { border-color: rgb(89,150,153); }

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