Html Css Color HEX #5E606A Comet

📋 copy color: '#5E606A'

red 94 ◦ green 96 ◦ blue 106

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

Shades of Comet #5E606A

Tints of Comet #5E606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 31.76%
G = 32.43%
B = 35.81%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5E606A (or 0x5E606A) is known color: Comet. HEX triplet: 5E, 60 and 6A. RGB value is (94,96,106). Sum of RGB (Red+Green+Blue) = 94+96+106=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E606A is #A19F95. Grayscale: #606060. Windows color (decimal): -10592150 or 6971486. OLE color: 6971486.

HSL color Cylindrical-coordinate representation of color #5E606A: hue angle of 230º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E606A is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 96 106 -
CMYK 0.11 0.09 0 0.58
HSL 230º 0.06% 0.39% -
HSV(B) 230º 0.11% 0.42% -
XYZ 11.4 11.79 15.31 -
YUV 96.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 94 96 106 0.11 0.09 0 0.58 230 0.06 0.39
Hex 5E 60 6A B 9 0 3A E6 6 27
Octal 136 140 152 13 11 0 72 346 6 47
Binary 1011110 1100000 1101010 1011 1001 0 111010 11100110 110 100111

Color Harmonies of #5E606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E606A

Black with #5E606A

Text Example


Text Example

White with #5E606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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