Html Css Color HEX #559799 Half Baked

📋 copy color: '#559799'

red 85 ◦ green 151 ◦ blue 153

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

Shades of Half Baked #559799

Tints of Half Baked #559799

RGB

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

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

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

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

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 85 151 153 -
CMYK 0.44 0.01 0 0.4
HSL 181.76º 0.29% 0.47% -
HSV(B) 181.76º 0.44% 0.6% -
XYZ 20.56 26.36 34.14 -
YUV 131.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 85 151 153 0.44 0.01 0 0.4 181.76 0.29 0.47
Hex 55 97 99 2C 1 0 28 B6 1D 2F
Octal 125 227 231 54 1 0 50 266 35 57
Binary 1010101 10010111 10011001 101100 1 0 101000 10110110 11101 101111

Color Harmonies of #559799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559799

Black with #559799

Text Example


Text Example

White with #559799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559799; }

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

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

background-color css

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

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

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

border-color css

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

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

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