#589594

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

Shades of Half Baked #589594

Tints of Half Baked #589594

Color information

#589594 (or 0x589594) is unknown color: approx Half Baked. HEX triplet: 58, 95 and 94. RGB value is (88,149,148). Sum of RGB (Red+Green+Blue) = 88+149+148=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #589594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589594 is #A76A6B. Grayscale: #828282. Windows color (decimal): -10971756 or 9737560. OLE color: 9737560.

HSL color Cylindrical-coordinate representation of color #589594: hue angle of 179.02º 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 #589594 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB88149148-
CMYK0.4100.010.42
HSL179.02º25.74%46.47%-
HSV(B)179.02º40.94%58.43%-
XYZ20.1225.7131.92-
YUV130.65137.7997.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=22.86%
G=38.70%
B=38.44%

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
Decimal881491480.4100.010.42179.0225.7446.47
Hex58959429012Ab31a2e
Octal1302252245101522633256
Binary10110001001010110010100101001011010101011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589594; }

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

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

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

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

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

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

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

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