Html Css Color HEX #5D5C7C Comet

📋 copy color: '#5D5C7C'

red 93 ◦ green 92 ◦ blue 124

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

Shades of Comet #5D5C7C

Tints of Comet #5D5C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

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

R = 30.1%
G = 29.77%
B = 40.13%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D5C7C (or 0x5D5C7C) is known color: Comet. HEX triplet: 5D, 5C and 7C. RGB value is (93,92,124). Sum of RGB (Red+Green+Blue) = 93+92+124=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D5C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5C7C is #A2A383. Grayscale: #5F5F5F. Windows color (decimal): -10658692 or 8150109. OLE color: 8150109.

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

Color convert

RGB 93 92 124 -
CMYK 0.25 0.26 0 0.51
HSL 241.88º 0.15% 0.42% -
HSV(B) 241.88º 0.26% 0.49% -
XYZ 11.98 11.44 20.64 -
YUV 95.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 93 92 124 0.25 0.26 0 0.51 241.88 0.15 0.42
Hex 5D 5C 7C 19 1A 0 33 F2 F 2A
Octal 135 134 174 31 32 0 63 362 17 52
Binary 1011101 1011100 1111100 11001 11010 0 110011 11110010 1111 101010

Color Harmonies of #5D5C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5C7C

Black with #5D5C7C

Text Example


Text Example

White with #5D5C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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