Html Css Color HEX #556967 William

📋 copy color: '#556967'

red 85 ◦ green 105 ◦ blue 103

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

Shades of William #556967

Tints of William #556967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 29.01%
G = 35.84%
B = 35.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#556967 (or 0x556967) is known color: William. HEX triplet: 55, 69 and 67. RGB value is (85,105,103). Sum of RGB (Red+Green+Blue) = 85+105+103=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 105 - color contains mainly: green. Hex color #556967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556967 is #AA9698. Grayscale: #626262. Windows color (decimal): -11179673 or 6777173. OLE color: 6777173.

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

Color convert

RGB 85 105 103 -
CMYK 0.19 0 0.02 0.59
HSL 174º 0.11% 0.37% -
HSV(B) 174º 0.19% 0.41% -
XYZ 11.25 13.01 14.75 -
YUV 98.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 85 105 103 0.19 0 0.02 0.59 174 0.11 0.37
Hex 55 69 67 13 0 2 3B AE B 25
Octal 125 151 147 23 0 2 73 256 13 45
Binary 1010101 1101001 1100111 10011 0 10 111011 10101110 1011 100101

Color Harmonies of #556967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556967

Black with #556967

Text Example


Text Example

White with #556967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556967; }

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

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

background-color css

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

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

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

border-color css

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

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

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