#5F5E85

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

Shades of Comet #5F5E85

Tints of Comet #5F5E85

Color information

#5F5E85 (or 0x5F5E85) is unknown color: approx Comet. HEX triplet: 5F, 5E and 85. RGB value is (95,94,133). Sum of RGB (Red+Green+Blue) = 95+94+133=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F5E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5E85 is #A0A17A. Grayscale: #626262. Windows color (decimal): -10527099 or 8740447. OLE color: 8740447.

HSL color Cylindrical-coordinate representation of color #5F5E85: hue angle of 241.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F5E85 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9594133-
CMYK0.290.2900.48
HSL241.54º17.18%44.51%-
HSV(B)241.54º29.32%52.16%-
XYZ12.9612.1323.85-
YUV98.74147.33125.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=29.50%
G=29.19%
B=41.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95941330.290.2900.48241.5417.1844.51
Hex5F5E851D1D030f2112d
Octal13713620535350603622155
Binary1011111101111010000101111011110101100001111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,94,133); }

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

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

 a { background-color: rgb(95,94,133); }

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

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

 span { border-color: rgb(95,94,133); }

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