Html Css Color HEX #589496 Half Baked

📋 copy color: '#589496'

red 88 ◦ green 148 ◦ blue 150

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

Shades of Half Baked #589496

Tints of Half Baked #589496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 22.8%
G = 38.34%
B = 38.86%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#589496 (or 0x589496) is known color: Half Baked. HEX triplet: 58, 94 and 96. RGB value is (88,148,150). Sum of RGB (Red+Green+Blue) = 88+148+150=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #589496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589496 is #A76B69. Grayscale: #828282. Windows color (decimal): -10972010 or 9868376. OLE color: 9868376.

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

Color convert

RGB 88 148 150 -
CMYK 0.41 0.01 0 0.41
HSL 181.94º 0.26% 0.47% -
HSV(B) 181.94º 0.41% 0.59% -
XYZ 20.12 25.46 32.71 -
YUV 130.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 88 148 150 0.41 0.01 0 0.41 181.94 0.26 0.47
Hex 58 94 96 29 1 0 29 B6 1A 2F
Octal 130 224 226 51 1 0 51 266 32 57
Binary 1011000 10010100 10010110 101001 1 0 101001 10110110 11010 101111

Color Harmonies of #589496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589496

Black with #589496

Text Example


Text Example

White with #589496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589496; }

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

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

background-color css

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

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

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

border-color css

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

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

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