#5F6E6A

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

Shades of William #5F6E6A

Tints of William #5F6E6A

Color information

#5F6E6A (or 0x5F6E6A) is unknown color: approx William. HEX triplet: 5F, 6E and 6A. RGB value is (95,110,106). Sum of RGB (Red+Green+Blue) = 95+110+106=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6E6A is #A09195. Grayscale: #696969. Windows color (decimal): -10523030 or 6975071. OLE color: 6975071.

HSL color Cylindrical-coordinate representation of color #5F6E6A: hue angle of 164º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6E6A is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB95110106-
CMYK0.1400.040.57
HSL164º7.32%40.2%-
HSV(B)164º13.64%43.14%-
XYZ12.914.6315.78-
YUV105.06128.53120.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=30.55%
G=35.37%
B=34.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal951101060.1400.040.571647.3240.2
Hex5F6E6AE0439a4728
Octal137156152160471244750
Binary1011111110111011010101110010011100110100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,106); }

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

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

 a { background-color: rgb(95,110,106); }

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

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

 span { border-color: rgb(95,110,106); }

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