#5F6385

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

Shades of Comet #5F6385

Tints of Comet #5F6385

Color information

#5F6385 (or 0x5F6385) is unknown color: approx Comet. HEX triplet: 5F, 63 and 85. RGB value is (95,99,133). Sum of RGB (Red+Green+Blue) = 95+99+133=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6385 is #A09C7A. Grayscale: #656565. Windows color (decimal): -10525819 or 8741727. OLE color: 8741727.

HSL color Cylindrical-coordinate representation of color #5F6385: hue angle of 233.68º 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 #5F6385 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9599133-
CMYK0.290.2600.48
HSL233.68º16.67%44.71%-
HSV(B)233.68º28.57%52.16%-
XYZ13.4113.0524-
YUV101.68145.67123.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=29.05%
G=30.28%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95991330.290.2600.48233.6816.6744.71
Hex5F63851D1A030ea112d
Octal13714320535320603522155
Binary1011111110001110000101111011101001100001110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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