Html Css Color HEX #5A6D67 William

📋 copy color: '#5A6D67'

red 90 ◦ green 109 ◦ blue 103

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

Shades of William #5A6D67

Tints of William #5A6D67

RGB

 RED value IS 90 (35.55% from 255) = 29.8%

 GREEN value IS 109 (42.97% from 255) = 36.09%

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

R = 29.8%
G = 36.09%
B = 34.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#5A6D67 (or 0x5A6D67) is known color: William. HEX triplet: 5A, 6D and 67. RGB value is (90,109,103). Sum of RGB (Red+Green+Blue) = 90+109+103=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D67 is #A59298. Grayscale: #666666. Windows color (decimal): -10850969 or 6778202. OLE color: 6778202.

HSL color Cylindrical-coordinate representation of color #5A6D67: hue angle of 161.05º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6D67 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 109 103 -
CMYK 0.17 0 0.06 0.57
HSL 161.05º 0.1% 0.39% -
HSV(B) 161.05º 0.17% 0.43% -
XYZ 12.13 14.09 14.91 -
YUV 102.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 90 109 103 0.17 0 0.06 0.57 161.05 0.1 0.39
Hex 5A 6D 67 11 0 6 39 A1 A 27
Octal 132 155 147 21 0 6 71 241 12 47
Binary 1011010 1101101 1100111 10001 0 110 111001 10100001 1010 100111

Color Harmonies of #5A6D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6D67

Black with #5A6D67

Text Example


Text Example

White with #5A6D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6D67; }

 p { color: rgb(90,109,103); }

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

background-color css

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

 a { background-color: rgb(90,109,103); }

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

border-color css

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

 span { border-color: rgb(90,109,103); }

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