Html Css Color HEX #556663 William

📋 copy color: '#556663'

red 85 ◦ green 102 ◦ blue 99

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

Shades of William #556663

Tints of William #556663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 29.72%
G = 35.66%
B = 34.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#556663 (or 0x556663) is known color: William. HEX triplet: 55, 66 and 63. RGB value is (85,102,99). Sum of RGB (Red+Green+Blue) = 85+102+99=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 102 - color contains mainly: green. Hex color #556663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556663 is #AA999C. Grayscale: #606060. Windows color (decimal): -11180445 or 6514261. OLE color: 6514261.

HSL color Cylindrical-coordinate representation of color #556663: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556663 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 99 -
CMYK 0.17 0 0.03 0.6
HSL 169.41º 0.09% 0.37% -
HSV(B) 169.41º 0.17% 0.4% -
XYZ 10.75 12.33 13.62 -
YUV 96.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 85 102 99 0.17 0 0.03 0.6 169.41 0.09 0.37
Hex 55 66 63 11 0 3 3C A9 9 25
Octal 125 146 143 21 0 3 74 251 11 45
Binary 1010101 1100110 1100011 10001 0 11 111100 10101001 1001 100101

Color Harmonies of #556663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556663

Black with #556663

Text Example


Text Example

White with #556663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556663; }

 p { color: rgb(85,102,99); }

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

background-color css

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

 a { background-color: rgb(85,102,99); }

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

border-color css

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

 span { border-color: rgb(85,102,99); }

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