Html Css Color HEX #589495 Half Baked

📋 copy color: '#589495'

red 88 ◦ green 148 ◦ blue 149

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

Shades of Half Baked #589495

Tints of Half Baked #589495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 22.86%
G = 38.44%
B = 38.7%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#589495 (or 0x589495) is known color: Half Baked. HEX triplet: 58, 94 and 95. RGB value is (88,148,149). Sum of RGB (Red+Green+Blue) = 88+148+149=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #589495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589495 is #A76B6A. Grayscale: #828282. Windows color (decimal): -10972011 or 9802840. OLE color: 9802840.

HSL color Cylindrical-coordinate representation of color #589495: hue angle of 180.98º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589495 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 149 -
CMYK 0.41 0.01 0 0.42
HSL 180.98º 0.26% 0.46% -
HSV(B) 180.98º 0.41% 0.58% -
XYZ 20.04 25.42 32.29 -
YUV 130.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 88 148 149 0.41 0.01 0 0.42 180.98 0.26 0.46
Hex 58 94 95 29 1 0 2A B5 1A 2E
Octal 130 224 225 51 1 0 52 265 32 56
Binary 1011000 10010100 10010101 101001 1 0 101010 10110101 11010 101110

Color Harmonies of #589495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589495

Black with #589495

Text Example


Text Example

White with #589495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589495; }

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

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

background-color css

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

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

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

border-color css

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

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

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