#589593

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

Shades of Half Baked #589593

Tints of Half Baked #589593

Color information

#589593 (or 0x589593) is unknown color: approx Half Baked. HEX triplet: 58, 95 and 93. RGB value is (88,149,147). Sum of RGB (Red+Green+Blue) = 88+149+147=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #589593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589593 is #A76A6C. Grayscale: #828282. Windows color (decimal): -10971757 or 9672024. OLE color: 9672024.

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

Color convert

RGB88149147-
CMYK0.4100.010.42
HSL178.03º25.74%46.47%-
HSV(B)178.03º40.94%58.43%-
XYZ20.0425.6831.5-
YUV130.53137.2997.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=22.92%
G=38.80%
B=38.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491470.4100.010.42178.0325.7446.47
Hex58959329012Ab21a2e
Octal1302252235101522623256
Binary10110001001010110010011101001011010101011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589593; }

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

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

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

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

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

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

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

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