#599798

Color #599798 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #599798

Tints of Half Baked #599798

Color information

#599798 (or 0x599798) is unknown color: approx Half Baked. HEX triplet: 59, 97 and 98. RGB value is (89,151,152). Sum of RGB (Red+Green+Blue) = 89+151+152=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #599798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599798 is #A66867. Grayscale: #848484. Windows color (decimal): -10905704 or 10000217. OLE color: 10000217.

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

Color convert

RGB89151152-
CMYK0.410.0100.40
HSL180.95º26.14%47.25%-
HSV(B)180.95º41.45%59.61%-
XYZ20.8526.5233.73-
YUV132.58138.9696.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=22.70%
G=38.52%
B=38.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891511520.410.0100.40180.9526.1447.25
Hex599798291028b51a2f
Octal1312272305110502653257
Binary10110011001011110011000101001101010001011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599798; }

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

 H1.HeaderClassName
 {
   color: #599798;
 }
 .AnyTagClassName
 {
   color: #599798;
 }
</style>
background-color css

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

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

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

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

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

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