Html Css Color HEX #5D5D63 Comet

📋 copy color: '#5D5D63'

red 93 ◦ green 93 ◦ blue 99

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

Shades of Comet #5D5D63

Tints of Comet #5D5D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 32.63%
G = 32.63%
B = 34.74%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D5D63 (or 0x5D5D63) is known color: Comet. HEX triplet: 5D, 5D and 63. RGB value is (93,93,99). Sum of RGB (Red+Green+Blue) = 93+93+99=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D63 is #A2A29C. Grayscale: #5D5D5D. Windows color (decimal): -10658461 or 6511965. OLE color: 6511965.

HSL color Cylindrical-coordinate representation of color #5D5D63: hue angle of 240º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D5D63 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 93 99 -
CMYK 0.06 0.06 0 0.61
HSL 240º 0.03% 0.38% -
HSV(B) 240º 0.06% 0.39% -
XYZ 10.68 11.06 13.38 -
YUV 93.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 93 93 99 0.06 0.06 0 0.61 240 0.03 0.38
Hex 5D 5D 63 6 6 0 3D F0 3 26
Octal 135 135 143 6 6 0 75 360 3 46
Binary 1011101 1011101 1100011 110 110 0 111101 11110000 11 100110

Color Harmonies of #5D5D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5D63

Black with #5D5D63

Text Example


Text Example

White with #5D5D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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