#5F6269

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

Shades of Bright Grey #5F6269

Tints of Bright Grey #5F6269

Color information

#5F6269 (or 0x5F6269) is unknown color: approx Bright Grey. HEX triplet: 5F, 62 and 69. RGB value is (95,98,105). Sum of RGB (Red+Green+Blue) = 95+98+105=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #5F6269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6269 is #A09D96. Grayscale: #616161. Windows color (decimal): -10526103 or 6906463. OLE color: 6906463.

HSL color Cylindrical-coordinate representation of color #5F6269: hue angle of 222º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6269 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9598105-
CMYK0.100.0700.59
HSL222º5%39.22%-
HSV(B)222º9.52%41.18%-
XYZ11.6412.1915.1-
YUV97.9132.01125.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=31.88%
G=32.89%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95981050.100.0700.59222539.22
Hex5F6269A703Bde527
Octal137142151127073336547
Binary1011111110001011010011010111011101111011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,105); }

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

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

 a { background-color: rgb(95,98,105); }

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

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

 span { border-color: rgb(95,98,105); }

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