Html Css Color HEX #589391 Half Baked

📋 copy color: '#589391'

red 88 ◦ green 147 ◦ blue 145

#589391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #589391

Tints of Half Baked #589391

RGB

 RED value IS 88 (34.77% from 255) = 23.16%

 GREEN value IS 147 (57.81% from 255) = 38.68%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 23.16%
G = 38.68%
B = 38.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#589391 (or 0x589391) is known color: Half Baked. HEX triplet: 58, 93 and 91. RGB value is (88,147,145). Sum of RGB (Red+Green+Blue) = 88+147+145=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #589391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589391 is #A76C6E. Grayscale: #818181. Windows color (decimal): -10972271 or 9540440. OLE color: 9540440.

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

Color convert

RGB 88 147 145 -
CMYK 0.40 0 0.01 0.42
HSL 177.97º 0.25% 0.46% -
HSV(B) 177.97º 0.4% 0.58% -
XYZ 19.57 24.99 30.58 -
YUV 129.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 88 147 145 0.40 0 0.01 0.42 177.97 0.25 0.46
Hex 58 93 91 28 0 1 2A B2 19 2E
Octal 130 223 221 50 0 1 52 262 31 56
Binary 1011000 10010011 10010001 101000 0 1 101010 10110010 11001 101110

Color Harmonies of #589391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589391

Black with #589391

Text Example


Text Example

White with #589391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589391; }

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

 H1.HeaderClassName
 {
   color: #589391;
 }
 .AnyTagClassName
 {
   color: #589391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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