Html Css Color HEX #589090 Half Baked

📋 copy color: '#589090'

red 88 ◦ green 144 ◦ blue 144

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

Shades of Half Baked #589090

Tints of Half Baked #589090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 23.4%
G = 38.3%
B = 38.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#589090 (or 0x589090) is known color: Half Baked. HEX triplet: 58, 90 and 90. RGB value is (88,144,144). Sum of RGB (Red+Green+Blue) = 88+144+144=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #589090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589090 is #A76F6F. Grayscale: #7F7F7F. Windows color (decimal): -10973040 or 9474136. OLE color: 9474136.

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

Color convert

RGB 88 144 144 -
CMYK 0.39 0 0 0.44
HSL 180º 0.24% 0.45% -
HSV(B) 180º 0.39% 0.56% -
XYZ 19.03 24.03 30.02 -
YUV 127.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 88 144 144 0.39 0 0 0.44 180 0.24 0.45
Hex 58 90 90 27 0 0 2C B4 18 2D
Octal 130 220 220 47 0 0 54 264 30 55
Binary 1011000 10010000 10010000 100111 0 0 101100 10110100 11000 101101

Color Harmonies of #589090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589090

Black with #589090

Text Example


Text Example

White with #589090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589090; }

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

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

background-color css

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

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

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

border-color css

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

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

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