Html Css Color HEX #5E606E Comet

📋 copy color: '#5E606E'

red 94 ◦ green 96 ◦ blue 110

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

Shades of Comet #5E606E

Tints of Comet #5E606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 31.33%
G = 32%
B = 36.67%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E606E (or 0x5E606E) is known color: Comet. HEX triplet: 5E, 60 and 6E. RGB value is (94,96,110). Sum of RGB (Red+Green+Blue) = 94+96+110=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E606E is #A19F91. Grayscale: #606060. Windows color (decimal): -10592146 or 7233630. OLE color: 7233630.

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

Color convert

RGB 94 96 110 -
CMYK 0.15 0.13 0 0.57
HSL 232.5º 0.08% 0.4% -
HSV(B) 232.5º 0.15% 0.43% -
XYZ 11.61 11.87 16.43 -
YUV 97 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 94 96 110 0.15 0.13 0 0.57 232.5 0.08 0.4
Hex 5E 60 6E F D 0 39 E8 8 28
Octal 136 140 156 17 15 0 71 350 10 50
Binary 1011110 1100000 1101110 1111 1101 0 111001 11101000 1000 101000

Color Harmonies of #5E606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E606E

Black with #5E606E

Text Example


Text Example

White with #5E606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,110); }

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

background-color css

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

 a { background-color: rgb(94,96,110); }

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

border-color css

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

 span { border-color: rgb(94,96,110); }

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