#598E8A

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

Shades of Half Baked #598E8A

Tints of Half Baked #598E8A

Color information

#598E8A (or 0x598E8A) is unknown color: approx Half Baked. HEX triplet: 59, 8E and 8A. RGB value is (89,142,138). Sum of RGB (Red+Green+Blue) = 89+142+138=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #598E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E8A is #A67175. Grayscale: #7D7D7D. Windows color (decimal): -10908022 or 9080409. OLE color: 9080409.

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

Color convert

RGB89142138-
CMYK0.3700.030.44
HSL175.47º22.94%45.29%-
HSV(B)175.47º37.32%55.69%-
XYZ18.3823.327.57-
YUV125.7134.94101.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=24.12%
G=38.48%
B=37.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891421380.3700.030.44175.4722.9445.29
Hex598E8A25032Caf172d
Octal1312162124503542572755
Binary101100110001110100010101001010111011001010111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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