Html Css Color HEX #5E617F Comet

📋 copy color: '#5E617F'

red 94 ◦ green 97 ◦ blue 127

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

Shades of Comet #5E617F

Tints of Comet #5E617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 29.56%
G = 30.5%
B = 39.94%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E617F (or 0x5E617F) is known color: Comet. HEX triplet: 5E, 61 and 7F. RGB value is (94,97,127). Sum of RGB (Red+Green+Blue) = 94+97+127=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E617F is #A19E80. Grayscale: #636363. Windows color (decimal): -10591873 or 8347998. OLE color: 8347998.

HSL color Cylindrical-coordinate representation of color #5E617F: hue angle of 234.55º 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 #5E617F is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 97 127 -
CMYK 0.26 0.24 0 0.50
HSL 234.55º 0.15% 0.43% -
HSV(B) 234.55º 0.26% 0.5% -
XYZ 12.72 12.46 21.81 -
YUV 99.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 94 97 127 0.26 0.24 0 0.50 234.55 0.15 0.43
Hex 5E 61 7F 1A 18 0 32 EB F 2B
Octal 136 141 177 32 30 0 62 353 17 53
Binary 1011110 1100001 1111111 11010 11000 0 110010 11101011 1111 101011

Color Harmonies of #5E617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E617F

Black with #5E617F

Text Example


Text Example

White with #5E617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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