#5F667F

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

Shades of Comet #5F667F

Tints of Comet #5F667F

Color information

#5F667F (or 0x5F667F) is unknown color: approx Comet. HEX triplet: 5F, 66 and 7F. RGB value is (95,102,127). Sum of RGB (Red+Green+Blue) = 95+102+127=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F667F is #A09980. Grayscale: #666666. Windows color (decimal): -10525057 or 8349279. OLE color: 8349279.

HSL color Cylindrical-coordinate representation of color #5F667F: hue angle of 226.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F667F is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB95102127-
CMYK0.250.2000.50
HSL226.88º14.41%43.53%-
HSV(B)226.88º25.2%49.8%-
XYZ13.313.4721.98-
YUV102.76141.68122.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 127 (50% from 255) = 39.20%
R=29.32%
G=31.48%
B=39.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal951021270.250.2000.50226.8814.4143.53
Hex5F667F1914032e3e2c
Octal13714617731240623431654
Binary10111111100110111111111001101000110010111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,127); }

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

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

 a { background-color: rgb(95,102,127); }

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

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

 span { border-color: rgb(95,102,127); }

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