Html Css Color HEX #5E616F Comet

📋 copy color: '#5E616F'

red 94 ◦ green 97 ◦ blue 111

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

Shades of Comet #5E616F

Tints of Comet #5E616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 31.13%
G = 32.12%
B = 36.75%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E616F (or 0x5E616F) is known color: Comet. HEX triplet: 5E, 61 and 6F. RGB value is (94,97,111). Sum of RGB (Red+Green+Blue) = 94+97+111=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E616F is #A19E90. Grayscale: #616161. Windows color (decimal): -10591889 or 7299422. OLE color: 7299422.

HSL color Cylindrical-coordinate representation of color #5E616F: hue angle of 229.41º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E616F is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 97 111 -
CMYK 0.15 0.13 0 0.56
HSL 229.41º 0.08% 0.4% -
HSV(B) 229.41º 0.15% 0.44% -
XYZ 11.76 12.08 16.75 -
YUV 97.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 94 97 111 0.15 0.13 0 0.56 229.41 0.08 0.4
Hex 5E 61 6F F D 0 38 E5 8 28
Octal 136 141 157 17 15 0 70 345 10 50
Binary 1011110 1100001 1101111 1111 1101 0 111000 11100101 1000 101000

Color Harmonies of #5E616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E616F

Black with #5E616F

Text Example


Text Example

White with #5E616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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