Html Css Color HEX #559897 Half Baked

📋 copy color: '#559897'

red 85 ◦ green 152 ◦ blue 151

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

Shades of Half Baked #559897

Tints of Half Baked #559897

RGB

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

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

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

R = 21.91%
G = 39.18%
B = 38.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#559897 (or 0x559897) is known color: Half Baked. HEX triplet: 55, 98 and 97. RGB value is (85,152,151). Sum of RGB (Red+Green+Blue) = 85+152+151=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #559897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559897 is #AA6768. Grayscale: #838383. Windows color (decimal): -11167593 or 9934933. OLE color: 9934933.

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

Color convert

RGB 85 152 151 -
CMYK 0.44 0 0.01 0.40
HSL 179.1º 0.28% 0.46% -
HSV(B) 179.1º 0.44% 0.6% -
XYZ 20.56 26.62 33.33 -
YUV 131.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 85 152 151 0.44 0 0.01 0.40 179.1 0.28 0.46
Hex 55 98 97 2C 0 1 28 B3 1C 2E
Octal 125 230 227 54 0 1 50 263 34 56
Binary 1010101 10011000 10010111 101100 0 1 101000 10110011 11100 101110

Color Harmonies of #559897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559897

Black with #559897

Text Example


Text Example

White with #559897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559897; }

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

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

background-color css

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

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

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

border-color css

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

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

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