Html Css Color HEX #559890 Half Baked

📋 copy color: '#559890'

red 85 ◦ green 152 ◦ blue 144

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

Shades of Half Baked #559890

Tints of Half Baked #559890

RGB

 RED value IS 85 (33.59% from 255) = 22.31%

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 22.31%
G = 39.9%
B = 37.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#559890 (or 0x559890) is known color: Half Baked. HEX triplet: 55, 98 and 90. RGB value is (85,152,144). Sum of RGB (Red+Green+Blue) = 85+152+144=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #559890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559890 is #AA676F. Grayscale: #838383. Windows color (decimal): -11167600 or 9476181. OLE color: 9476181.

HSL color Cylindrical-coordinate representation of color #559890: hue angle of 172.84º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559890 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 144 -
CMYK 0.44 0 0.05 0.40
HSL 172.84º 0.28% 0.46% -
HSV(B) 172.84º 0.44% 0.6% -
XYZ 20.01 26.4 30.43 -
YUV 131.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 85 152 144 0.44 0 0.05 0.40 172.84 0.28 0.46
Hex 55 98 90 2C 0 5 28 AD 1C 2E
Octal 125 230 220 54 0 5 50 255 34 56
Binary 1010101 10011000 10010000 101100 0 101 101000 10101101 11100 101110

Color Harmonies of #559890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559890

Black with #559890

Text Example


Text Example

White with #559890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559890; }

 p { color: rgb(85,152,144); }

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

background-color css

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

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

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

border-color css

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

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

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