#5A6B68

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

Shades of William #5A6B68

Tints of William #5A6B68

Color information

#5A6B68 (or 0x5A6B68) is unknown color: approx William. HEX triplet: 5A, 6B and 68. RGB value is (90,107,104). Sum of RGB (Red+Green+Blue) = 90+107+104=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B68 is #A59497. Grayscale: #656565. Windows color (decimal): -10851480 or 6843226. OLE color: 6843226.

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

Color convert

RGB90107104-
CMYK0.1600.030.58
HSL169.41º8.63%38.63%-
HSV(B)169.41º15.89%41.96%-
XYZ11.9713.6915.11-
YUV101.57129.37119.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.90%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=29.90%
G=35.55%
B=34.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901071040.1600.030.58169.418.6338.63
Hex5A6B6810033Aa9927
Octal1321531502003722511147
Binary10110101101011110100010000011111010101010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,104); }

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

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

 a { background-color: rgb(90,107,104); }

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

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

 span { border-color: rgb(90,107,104); }

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