#5F647B

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

Shades of Comet #5F647B

Tints of Comet #5F647B

Color information

#5F647B (or 0x5F647B) is unknown color: approx Comet. HEX triplet: 5F, 64 and 7B. RGB value is (95,100,123). Sum of RGB (Red+Green+Blue) = 95+100+123=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F647B is #A09B84. Grayscale: #656565. Windows color (decimal): -10525573 or 8086623. OLE color: 8086623.

HSL color Cylindrical-coordinate representation of color #5F647B: hue angle of 229.29º 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 #5F647B is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB95100123-
CMYK0.230.1900.52
HSL229.29º12.84%42.75%-
HSV(B)229.29º22.76%48.24%-
XYZ12.8512.9820.57-
YUV101.13140.34123.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=29.87%
G=31.45%
B=38.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal951001230.230.1900.52229.2912.8442.75
Hex5F647B1713034e5d2b
Octal13714417327230643451553
Binary10111111100100111101110111100110110100111001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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