#5F637B

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

Shades of Comet #5F637B

Tints of Comet #5F637B

Color information

#5F637B (or 0x5F637B) is unknown color: approx Comet. HEX triplet: 5F, 63 and 7B. RGB value is (95,99,123). Sum of RGB (Red+Green+Blue) = 95+99+123=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F637B is #A09C84. Grayscale: #646464. Windows color (decimal): -10525829 or 8086367. OLE color: 8086367.

HSL color Cylindrical-coordinate representation of color #5F637B: hue angle of 231.43º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F637B is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9599123-
CMYK0.230.2000.52
HSL231.43º12.84%42.75%-
HSV(B)231.43º22.76%48.24%-
XYZ12.7612.7920.53-
YUV100.54140.67124.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=29.97%
G=31.23%
B=38.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95991230.230.2000.52231.4312.8442.75
Hex5F637B1714034e7d2b
Octal13714317327240643471553
Binary10111111100011111101110111101000110100111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,123); }

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

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

 a { background-color: rgb(95,99,123); }

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

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

 span { border-color: rgb(95,99,123); }

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