Html Css Color HEX #567271 William

📋 copy color: '#567271'

red 86 ◦ green 114 ◦ blue 113

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

Shades of William #567271

Tints of William #567271

RGB

 RED value IS 86 (33.98% from 255) = 27.48%

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 27.48%
G = 36.42%
B = 36.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#567271 (or 0x567271) is known color: William. HEX triplet: 56, 72 and 71. RGB value is (86,114,113). Sum of RGB (Red+Green+Blue) = 86+114+113=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #567271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567271 is #A98D8E. Grayscale: #696969. Windows color (decimal): -11111823 or 7434838. OLE color: 7434838.

HSL color Cylindrical-coordinate representation of color #567271: hue angle of 177.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #567271 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 114 113 -
CMYK 0.25 0 0.01 0.55
HSL 177.86º 0.14% 0.39% -
HSV(B) 177.86º 0.25% 0.45% -
XYZ 12.84 15.21 17.88 -
YUV 105.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 86 114 113 0.25 0 0.01 0.55 177.86 0.14 0.39
Hex 56 72 71 19 0 1 37 B2 E 27
Octal 126 162 161 31 0 1 67 262 16 47
Binary 1010110 1110010 1110001 11001 0 1 110111 10110010 1110 100111

Color Harmonies of #567271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567271

Black with #567271

Text Example


Text Example

White with #567271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567271; }

 p { color: rgb(86,114,113); }

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

background-color css

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

 a { background-color: rgb(86,114,113); }

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

border-color css

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

 span { border-color: rgb(86,114,113); }

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