Html Css Color HEX #5E637F Comet

📋 copy color: '#5E637F'

red 94 ◦ green 99 ◦ blue 127

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

Shades of Comet #5E637F

Tints of Comet #5E637F

RGB

 RED value IS 94 (37.11% from 255) = 29.38%

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 29.38%
G = 30.94%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E637F (or 0x5E637F) is known color: Comet. HEX triplet: 5E, 63 and 7F. RGB value is (94,99,127). Sum of RGB (Red+Green+Blue) = 94+99+127=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E637F is #A19C80. Grayscale: #646464. Windows color (decimal): -10591361 or 8348510. OLE color: 8348510.

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

Color convert

RGB 94 99 127 -
CMYK 0.26 0.22 0 0.50
HSL 230.91º 0.15% 0.43% -
HSV(B) 230.91º 0.26% 0.5% -
XYZ 12.91 12.84 21.88 -
YUV 100.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 94 99 127 0.26 0.22 0 0.50 230.91 0.15 0.43
Hex 5E 63 7F 1A 16 0 32 E7 F 2B
Octal 136 143 177 32 26 0 62 347 17 53
Binary 1011110 1100011 1111111 11010 10110 0 110010 11100111 1111 101011

Color Harmonies of #5E637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E637F

Black with #5E637F

Text Example


Text Example

White with #5E637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,127); }

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

background-color css

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

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

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

border-color css

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

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

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