#598A8D

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

Shades of Half Baked #598A8D

Tints of Half Baked #598A8D

Color information

#598A8D (or 0x598A8D) is unknown color: approx Half Baked. HEX triplet: 59, 8A and 8D. RGB value is (89,138,141). Sum of RGB (Red+Green+Blue) = 89+138+141=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #598A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A8D is #A67572. Grayscale: #7B7B7B. Windows color (decimal): -10909043 or 9275993. OLE color: 9275993.

HSL color Cylindrical-coordinate representation of color #598A8D: hue angle of 183.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598A8D is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89138141-
CMYK0.370.0200.45
HSL183.46º22.61%45.1%-
HSV(B)183.46º36.88%55.29%-
XYZ18.0222.2228.54-
YUV123.69137.77103.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=24.18%
G=37.5%
B=38.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891381410.370.0200.45183.4622.6145.1
Hex598A8D25202Db7172d
Octal1312122154520552672755
Binary101100110001010100011011001011001011011011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,138,141); }

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

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

 a { background-color: rgb(89,138,141); }

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

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

 span { border-color: rgb(89,138,141); }

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