Html Css Color HEX #556867 William

📋 copy color: '#556867'

red 85 ◦ green 104 ◦ blue 103

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

Shades of William #556867

Tints of William #556867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 29.11%
G = 35.62%
B = 35.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#556867 (or 0x556867) is known color: William. HEX triplet: 55, 68 and 67. RGB value is (85,104,103). Sum of RGB (Red+Green+Blue) = 85+104+103=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 104 - color contains mainly: green. Hex color #556867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556867 is #AA9798. Grayscale: #626262. Windows color (decimal): -11179929 or 6776917. OLE color: 6776917.

HSL color Cylindrical-coordinate representation of color #556867: hue angle of 176.84º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556867 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 103 -
CMYK 0.18 0 0.01 0.59
HSL 176.84º 0.1% 0.37% -
HSV(B) 176.84º 0.18% 0.41% -
XYZ 11.14 12.81 14.72 -
YUV 98.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 85 104 103 0.18 0 0.01 0.59 176.84 0.1 0.37
Hex 55 68 67 12 0 1 3B B1 A 25
Octal 125 150 147 22 0 1 73 261 12 45
Binary 1010101 1101000 1100111 10010 0 1 111011 10110001 1010 100101

Color Harmonies of #556867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556867

Black with #556867

Text Example


Text Example

White with #556867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556867; }

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

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

background-color css

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

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

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

border-color css

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

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

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