#598A8A

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

Shades of Half Baked #598A8A

Tints of Half Baked #598A8A

Color information

#598A8A (or 0x598A8A) is unknown color: approx Half Baked. HEX triplet: 59, 8A and 8A. RGB value is (89,138,138). Sum of RGB (Red+Green+Blue) = 89+138+138=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #598A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A8A is #A67575. Grayscale: #7B7B7B. Windows color (decimal): -10909046 or 9079385. OLE color: 9079385.

HSL color Cylindrical-coordinate representation of color #598A8A: hue angle of 180º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598A8A is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB89138138-
CMYK0.36000.46
HSL180º21.59%44.51%-
HSV(B)180º35.51%54.12%-
XYZ17.822.1427.38-
YUV123.35136.27103.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=24.38%
G=37.81%
B=37.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891381380.36000.4618021.5944.51
Hex598A8A24002Eb4162d
Octal1312122124400562642655
Binary10110011000101010001010100100001011101011010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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