#5D6385

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

Shades of Comet #5D6385

Tints of Comet #5D6385

Color information

#5D6385 (or 0x5D6385) is unknown color: approx Comet. HEX triplet: 5D, 63 and 85. RGB value is (93,99,133). Sum of RGB (Red+Green+Blue) = 93+99+133=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6385 is #A29C7A. Grayscale: #646464. Windows color (decimal): -10656891 or 8741725. OLE color: 8741725.

HSL color Cylindrical-coordinate representation of color #5D6385: hue angle of 231º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D6385 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9399133-
CMYK0.300.2600.48
HSL231º17.7%44.31%-
HSV(B)231º30.08%52.16%-
XYZ13.2112.9423.99-
YUV101.08146.01122.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.62%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=28.62%
G=30.46%
B=40.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93991330.300.2600.4823117.744.31
Hex5D63851E1A030e7122c
Octal13514320536320603472254
Binary1011101110001110000101111101101001100001110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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