Html Css Color HEX #589191 Half Baked

📋 copy color: '#589191'

red 88 ◦ green 145 ◦ blue 145

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

Shades of Half Baked #589191

Tints of Half Baked #589191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

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

R = 23.28%
G = 38.36%
B = 38.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#589191 (or 0x589191) is known color: Half Baked. HEX triplet: 58, 91 and 91. RGB value is (88,145,145). Sum of RGB (Red+Green+Blue) = 88+145+145=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #589191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589191 is #A76E6E. Grayscale: #7F7F7F. Windows color (decimal): -10972783 or 9539928. OLE color: 9539928.

HSL color Cylindrical-coordinate representation of color #589191: hue angle of 180º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589191 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 145 145 -
CMYK 0.39 0 0 0.43
HSL 180º 0.24% 0.46% -
HSV(B) 180º 0.39% 0.57% -
XYZ 19.26 24.37 30.48 -
YUV 127.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 88 145 145 0.39 0 0 0.43 180 0.24 0.46
Hex 58 91 91 27 0 0 2B B4 18 2E
Octal 130 221 221 47 0 0 53 264 30 56
Binary 1011000 10010001 10010001 100111 0 0 101011 10110100 11000 101110

Color Harmonies of #589191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589191

Black with #589191

Text Example


Text Example

White with #589191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589191; }

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

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

background-color css

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

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

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

border-color css

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

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

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