Html Css Color HEX #5D637D Comet

📋 copy color: '#5D637D'

red 93 ◦ green 99 ◦ blue 125

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

Shades of Comet #5D637D

Tints of Comet #5D637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 29.34%
G = 31.23%
B = 39.43%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D637D (or 0x5D637D) is known color: Comet. HEX triplet: 5D, 63 and 7D. RGB value is (93,99,125). Sum of RGB (Red+Green+Blue) = 93+99+125=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D637D is #A29C82. Grayscale: #646464. Windows color (decimal): -10656899 or 8217437. OLE color: 8217437.

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

Color convert

RGB 93 99 125 -
CMYK 0.26 0.21 0 0.51
HSL 228.75º 0.15% 0.43% -
HSV(B) 228.75º 0.26% 0.49% -
XYZ 12.68 12.73 21.19 -
YUV 100.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 93 99 125 0.26 0.21 0 0.51 228.75 0.15 0.43
Hex 5D 63 7D 1A 15 0 33 E5 F 2B
Octal 135 143 175 32 25 0 63 345 17 53
Binary 1011101 1100011 1111101 11010 10101 0 110011 11100101 1111 101011

Color Harmonies of #5D637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D637D

Black with #5D637D

Text Example


Text Example

White with #5D637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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