Html Css Color HEX #556B68 William

📋 copy color: '#556B68'

red 85 ◦ green 107 ◦ blue 104

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

Shades of William #556B68

Tints of William #556B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 28.72%
G = 36.15%
B = 35.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#556B68 (or 0x556B68) is known color: William. HEX triplet: 55, 6B and 68. RGB value is (85,107,104). Sum of RGB (Red+Green+Blue) = 85+107+104=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #556B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B68 is #AA9497. Grayscale: #646464. Windows color (decimal): -11179160 or 6843221. OLE color: 6843221.

HSL color Cylindrical-coordinate representation of color #556B68: hue angle of 171.82º 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 #556B68 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 107 104 -
CMYK 0.21 0 0.03 0.58
HSL 171.82º 0.11% 0.38% -
HSV(B) 171.82º 0.21% 0.42% -
XYZ 11.5 13.45 15.09 -
YUV 100.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 85 107 104 0.21 0 0.03 0.58 171.82 0.11 0.38
Hex 55 6B 68 15 0 3 3A AC B 26
Octal 125 153 150 25 0 3 72 254 13 46
Binary 1010101 1101011 1101000 10101 0 11 111010 10101100 1011 100110

Color Harmonies of #556B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B68

Black with #556B68

Text Example


Text Example

White with #556B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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