#5D637A

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

Shades of Comet #5D637A

Tints of Comet #5D637A

Color information

#5D637A (or 0x5D637A) is unknown color: approx Comet. HEX triplet: 5D, 63 and 7A. RGB value is (93,99,122). Sum of RGB (Red+Green+Blue) = 93+99+122=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D637A is #A29C85. Grayscale: #636363. Windows color (decimal): -10656902 or 8020829. OLE color: 8020829.

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

Color convert

RGB9399122-
CMYK0.240.1900.52
HSL227.59º13.49%42.16%-
HSV(B)227.59º23.77%47.84%-
XYZ12.4912.6620.2-
YUV99.83140.51123.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=29.62%
G=31.53%
B=38.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93991220.240.1900.52227.5913.4942.16
Hex5D637A1813034e4d2a
Octal13514317230230643441552
Binary10111011100011111101011000100110110100111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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