Html Css Color HEX #589091 Half Baked

📋 copy color: '#589091'

red 88 ◦ green 144 ◦ blue 145

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

Shades of Half Baked #589091

Tints of Half Baked #589091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 23.34%
G = 38.2%
B = 38.46%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#589091 (or 0x589091) is known color: Half Baked. HEX triplet: 58, 90 and 91. RGB value is (88,144,145). Sum of RGB (Red+Green+Blue) = 88+144+145=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #589091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589091 is #A76F6E. Grayscale: #7F7F7F. Windows color (decimal): -10973039 or 9539672. OLE color: 9539672.

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

Color convert

RGB 88 144 145 -
CMYK 0.39 0.01 0 0.43
HSL 181.05º 0.24% 0.46% -
HSV(B) 181.05º 0.39% 0.57% -
XYZ 19.11 24.07 30.43 -
YUV 127.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 88 144 145 0.39 0.01 0 0.43 181.05 0.24 0.46
Hex 58 90 91 27 1 0 2B B5 18 2E
Octal 130 220 221 47 1 0 53 265 30 56
Binary 1011000 10010000 10010001 100111 1 0 101011 10110101 11000 101110

Color Harmonies of #589091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589091

Black with #589091

Text Example


Text Example

White with #589091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589091; }

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

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

background-color css

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

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

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

border-color css

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

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

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