Html Css Color HEX #589393 Half Baked

📋 copy color: '#589393'

red 88 ◦ green 147 ◦ blue 147

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

Shades of Half Baked #589393

Tints of Half Baked #589393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 23.04%
G = 38.48%
B = 38.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#589393 (or 0x589393) is known color: Half Baked. HEX triplet: 58, 93 and 93. RGB value is (88,147,147). Sum of RGB (Red+Green+Blue) = 88+147+147=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #589393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589393 is #A76C6C. Grayscale: #818181. Windows color (decimal): -10972269 or 9671512. OLE color: 9671512.

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

Color convert

RGB 88 147 147 -
CMYK 0.40 0 0 0.42
HSL 180º 0.25% 0.46% -
HSV(B) 180º 0.4% 0.58% -
XYZ 19.72 25.05 31.4 -
YUV 129.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 88 147 147 0.40 0 0 0.42 180 0.25 0.46
Hex 58 93 93 28 0 0 2A B4 19 2E
Octal 130 223 223 50 0 0 52 264 31 56
Binary 1011000 10010011 10010011 101000 0 0 101010 10110100 11001 101110

Color Harmonies of #589393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589393

Black with #589393

Text Example


Text Example

White with #589393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589393; }

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

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

background-color css

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

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

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

border-color css

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

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

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