Html Css Color HEX #5D647C Comet

📋 copy color: '#5D647C'

red 93 ◦ green 100 ◦ blue 124

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

Shades of Comet #5D647C

Tints of Comet #5D647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

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

R = 29.34%
G = 31.55%
B = 39.12%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D647C (or 0x5D647C) is known color: Comet. HEX triplet: 5D, 64 and 7C. RGB value is (93,100,124). Sum of RGB (Red+Green+Blue) = 93+100+124=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D647C is #A29B83. Grayscale: #646464. Windows color (decimal): -10656644 or 8152157. OLE color: 8152157.

HSL color Cylindrical-coordinate representation of color #5D647C: hue angle of 226.45º 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 #5D647C is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 100 124 -
CMYK 0.25 0.19 0 0.51
HSL 226.45º 0.14% 0.43% -
HSV(B) 226.45º 0.25% 0.49% -
XYZ 12.71 12.9 20.89 -
YUV 100.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 93 100 124 0.25 0.19 0 0.51 226.45 0.14 0.43
Hex 5D 64 7C 19 13 0 33 E2 E 2B
Octal 135 144 174 31 23 0 63 342 16 53
Binary 1011101 1100100 1111100 11001 10011 0 110011 11100010 1110 101011

Color Harmonies of #5D647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D647C

Black with #5D647C

Text Example


Text Example

White with #5D647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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