Html Css Color HEX #5E5F66 Comet

📋 copy color: '#5E5F66'

red 94 ◦ green 95 ◦ blue 102

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

Shades of Comet #5E5F66

Tints of Comet #5E5F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 32.3%
G = 32.65%
B = 35.05%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5E5F66 (or 0x5E5F66) is known color: Comet. HEX triplet: 5E, 5F and 66. RGB value is (94,95,102). Sum of RGB (Red+Green+Blue) = 94+95+102=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E5F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5F66 is #A1A099. Grayscale: #5F5F5F. Windows color (decimal): -10592410 or 6709086. OLE color: 6709086.

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

Color convert

RGB 94 95 102 -
CMYK 0.08 0.07 0 0.6
HSL 232.5º 0.04% 0.38% -
HSV(B) 232.5º 0.08% 0.4% -
XYZ 11.11 11.52 14.21 -
YUV 95.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 94 95 102 0.08 0.07 0 0.6 232.5 0.04 0.38
Hex 5E 5F 66 8 7 0 3C E8 4 26
Octal 136 137 146 10 7 0 74 350 4 46
Binary 1011110 1011111 1100110 1000 111 0 111100 11101000 100 100110

Color Harmonies of #5E5F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5F66

Black with #5E5F66

Text Example


Text Example

White with #5E5F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,95,102); }

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

background-color css

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

 a { background-color: rgb(94,95,102); }

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

border-color css

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

 span { border-color: rgb(94,95,102); }

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