Html Css Color HEX #559997 Half Baked

📋 copy color: '#559997'

red 85 ◦ green 153 ◦ blue 151

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

Shades of Half Baked #559997

Tints of Half Baked #559997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 21.85%
G = 39.33%
B = 38.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#559997 (or 0x559997) is known color: Half Baked. HEX triplet: 55, 99 and 97. RGB value is (85,153,151). Sum of RGB (Red+Green+Blue) = 85+153+151=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #559997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559997 is #AA6668. Grayscale: #848484. Windows color (decimal): -11167337 or 9935189. OLE color: 9935189.

HSL color Cylindrical-coordinate representation of color #559997: hue angle of 178.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559997 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 151 -
CMYK 0.44 0 0.01 0.4
HSL 178.24º 0.29% 0.47% -
HSV(B) 178.24º 0.44% 0.6% -
XYZ 20.72 26.95 33.39 -
YUV 132.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 85 153 151 0.44 0 0.01 0.4 178.24 0.29 0.47
Hex 55 99 97 2C 0 1 28 B2 1D 2F
Octal 125 231 227 54 0 1 50 262 35 57
Binary 1010101 10011001 10010111 101100 0 1 101000 10110010 11101 101111

Color Harmonies of #559997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559997

Black with #559997

Text Example


Text Example

White with #559997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559997; }

 p { color: rgb(85,153,151); }

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

background-color css

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

 a { background-color: rgb(85,153,151); }

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

border-color css

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

 span { border-color: rgb(85,153,151); }

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