Html Css Color HEX #5D617C Comet

📋 copy color: '#5D617C'

red 93 ◦ green 97 ◦ blue 124

#5D617C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #5D617C

Tints of Comet #5D617C

RGB

 RED value IS 93 (36.72% from 255) = 29.62%

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 29.62%
G = 30.89%
B = 39.49%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D617C (or 0x5D617C) is known color: Comet. HEX triplet: 5D, 61 and 7C. RGB value is (93,97,124). Sum of RGB (Red+Green+Blue) = 93+97+124=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D617C is #A29E83. Grayscale: #626262. Windows color (decimal): -10657412 or 8151389. OLE color: 8151389.

HSL color Cylindrical-coordinate representation of color #5D617C: hue angle of 232.26º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D617C is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 97 124 -
CMYK 0.25 0.22 0 0.51
HSL 232.26º 0.14% 0.43% -
HSV(B) 232.26º 0.25% 0.49% -
XYZ 12.43 12.33 20.79 -
YUV 98.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 93 97 124 0.25 0.22 0 0.51 232.26 0.14 0.43
Hex 5D 61 7C 19 16 0 33 E8 E 2B
Octal 135 141 174 31 26 0 63 350 16 53
Binary 1011101 1100001 1111100 11001 10110 0 110011 11101000 1110 101011

Color Harmonies of #5D617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D617C

Black with #5D617C

Text Example


Text Example

White with #5D617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,97,124); }

 H1.HeaderClassName
 {
   color: #5D617C;
 }
 .AnyTagClassName
 {
   color: #5D617C;
 }
</style>

background-color css

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

 a { background-color: rgb(93,97,124); }

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

border-color css

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

 span { border-color: rgb(93,97,124); }

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