#598E9B

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

Shades of Half Baked #598E9B

Tints of Half Baked #598E9B

Color information

#598E9B (or 0x598E9B) is unknown color: approx Half Baked. HEX triplet: 59, 8E and 9B. RGB value is (89,142,155). Sum of RGB (Red+Green+Blue) = 89+142+155=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #598E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E9B is #A67164. Grayscale: #7F7F7F. Windows color (decimal): -10908005 or 10194521. OLE color: 10194521.

HSL color Cylindrical-coordinate representation of color #598E9B: hue angle of 191.82º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #598E9B is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89142155-
CMYK0.430.0800.39
HSL191.82º27.05%47.84%-
HSV(B)191.82º42.58%60.78%-
XYZ19.7123.8434.57-
YUV127.64143.44100.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.06%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=23.06%
G=36.79%
B=40.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891421550.430.0800.39191.8227.0547.84
Hex598E9B2B8027c01b30
Octal13121623353100473003360
Binary10110011000111010011011101011100001001111100000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598E9B; }

 p { color: rgb(89,142,155); }

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

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

 a { background-color: rgb(89,142,155); }

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

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

 span { border-color: rgb(89,142,155); }

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