#5A6C67

Color #5A6C67 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #5A6C67

Tints of William #5A6C67

Color information

#5A6C67 (or 0x5A6C67) is unknown color: approx William. HEX triplet: 5A, 6C and 67. RGB value is (90,108,103). Sum of RGB (Red+Green+Blue) = 90+108+103=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C67 is #A59398. Grayscale: #666666. Windows color (decimal): -10851225 or 6777946. OLE color: 6777946.

HSL color Cylindrical-coordinate representation of color #5A6C67: hue angle of 163.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6C67 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB90108103-
CMYK0.1700.050.58
HSL163.33º9.09%38.82%-
HSV(B)163.33º16.67%42.35%-
XYZ12.0313.8814.88-
YUV102.05128.54119.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.90%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=29.90%
G=35.88%
B=34.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901081030.1700.050.58163.339.0938.82
Hex5A6C6711053Aa3927
Octal1321541472105722431147
Binary101101011011001100111100010101111010101000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A6C67;
 }
 .AnyTagClassName
 {
   color: #5A6C67;
 }
</style>
background-color css

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

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

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

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

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

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