Html Css Color HEX #589992 Half Baked

📋 copy color: '#589992'

red 88 ◦ green 153 ◦ blue 146

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

Shades of Half Baked #589992

Tints of Half Baked #589992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.53%

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 22.74%
G = 39.53%
B = 37.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#589992 (or 0x589992) is known color: Half Baked. HEX triplet: 58, 99 and 92. RGB value is (88,153,146). Sum of RGB (Red+Green+Blue) = 88+153+146=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #589992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589992 is #A7666D. Grayscale: #848484. Windows color (decimal): -10970734 or 9607512. OLE color: 9607512.

HSL color Cylindrical-coordinate representation of color #589992: hue angle of 173.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589992 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 153 146 -
CMYK 0.42 0 0.05 0.4
HSL 173.54º 0.27% 0.47% -
HSV(B) 173.54º 0.42% 0.6% -
XYZ 20.6 26.93 31.31 -
YUV 132.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 88 153 146 0.42 0 0.05 0.4 173.54 0.27 0.47
Hex 58 99 92 2A 0 5 28 AE 1B 2F
Octal 130 231 222 52 0 5 50 256 33 57
Binary 1011000 10011001 10010010 101010 0 101 101000 10101110 11011 101111

Color Harmonies of #589992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589992

Black with #589992

Text Example


Text Example

White with #589992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589992; }

 p { color: rgb(88,153,146); }

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

background-color css

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

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

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

border-color css

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

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

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