#589597

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

Shades of Half Baked #589597

Tints of Half Baked #589597

Color information

#589597 (or 0x589597) is unknown color: approx Half Baked. HEX triplet: 58, 95 and 97. RGB value is (88,149,151). Sum of RGB (Red+Green+Blue) = 88+149+151=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #589597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589597 is #A76A68. Grayscale: #828282. Windows color (decimal): -10971753 or 9934168. OLE color: 9934168.

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

Color convert

RGB88149151-
CMYK0.420.0100.41
HSL181.9º26.36%46.86%-
HSV(B)181.9º41.72%59.22%-
XYZ20.3625.833.19-
YUV130.99139.2997.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=22.68%
G=38.40%
B=38.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881491510.420.0100.41181.926.3646.86
Hex5895972A1029b61a2f
Octal1302252275210512663257
Binary10110001001010110010111101010101010011011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589597; }

 p { color: rgb(88,149,151); }

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

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

 a { background-color: rgb(88,149,151); }

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

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

 span { border-color: rgb(88,149,151); }

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