Html Css Color HEX #589296 Half Baked

📋 copy color: '#589296'

red 88 ◦ green 146 ◦ blue 150

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

Shades of Half Baked #589296

Tints of Half Baked #589296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 22.92%
G = 38.02%
B = 39.06%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#589296 (or 0x589296) is known color: Half Baked. HEX triplet: 58, 92 and 96. RGB value is (88,146,150). Sum of RGB (Red+Green+Blue) = 88+146+150=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #589296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589296 is #A76D69. Grayscale: #818181. Windows color (decimal): -10972522 or 9867864. OLE color: 9867864.

HSL color Cylindrical-coordinate representation of color #589296: hue angle of 183.87º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589296 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 146 150 -
CMYK 0.41 0.03 0 0.41
HSL 183.87º 0.26% 0.47% -
HSV(B) 183.87º 0.41% 0.59% -
XYZ 19.81 24.83 32.6 -
YUV 129.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 88 146 150 0.41 0.03 0 0.41 183.87 0.26 0.47
Hex 58 92 96 29 3 0 29 B8 1A 2F
Octal 130 222 226 51 3 0 51 270 32 57
Binary 1011000 10010010 10010110 101001 11 0 101001 10111000 11010 101111

Color Harmonies of #589296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589296

Black with #589296

Text Example


Text Example

White with #589296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589296; }

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

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

background-color css

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

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

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

border-color css

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

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

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