Html Css Color HEX #556B65 William

📋 copy color: '#556B65'

red 85 ◦ green 107 ◦ blue 101

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

Shades of William #556B65

Tints of William #556B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 29.01%
G = 36.52%
B = 34.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#556B65 (or 0x556B65) is known color: William. HEX triplet: 55, 6B and 65. RGB value is (85,107,101). Sum of RGB (Red+Green+Blue) = 85+107+101=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #556B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B65 is #AA949A. Grayscale: #636363. Windows color (decimal): -11179163 or 6646613. OLE color: 6646613.

HSL color Cylindrical-coordinate representation of color #556B65: hue angle of 163.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556B65 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 107 101 -
CMYK 0.21 0 0.06 0.58
HSL 163.64º 0.11% 0.38% -
HSV(B) 163.64º 0.21% 0.42% -
XYZ 11.35 13.39 14.3 -
YUV 99.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 85 107 101 0.21 0 0.06 0.58 163.64 0.11 0.38
Hex 55 6B 65 15 0 6 3A A4 B 26
Octal 125 153 145 25 0 6 72 244 13 46
Binary 1010101 1101011 1100101 10101 0 110 111010 10100100 1011 100110

Color Harmonies of #556B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B65

Black with #556B65

Text Example


Text Example

White with #556B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556B65; }

 p { color: rgb(85,107,101); }

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

background-color css

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

 a { background-color: rgb(85,107,101); }

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

border-color css

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

 span { border-color: rgb(85,107,101); }

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