Html Css Color HEX #5C5C66 Comet

📋 copy color: '#5C5C66'

red 92 ◦ green 92 ◦ blue 102

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

Shades of Comet #5C5C66

Tints of Comet #5C5C66

RGB

 RED value IS 92 (36.33% from 255) = 32.17%

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 32.17%
G = 32.17%
B = 35.66%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5C5C66 (or 0x5C5C66) is known color: Comet. HEX triplet: 5C, 5C and 66. RGB value is (92,92,102). Sum of RGB (Red+Green+Blue) = 92+92+102=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C5C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5C66 is #A3A399. Grayscale: #5D5D5D. Windows color (decimal): -10724250 or 6708316. OLE color: 6708316.

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

Color convert

RGB 92 92 102 -
CMYK 0.10 0.10 0 0.6
HSL 240º 0.05% 0.38% -
HSV(B) 240º 0.1% 0.4% -
XYZ 10.64 10.89 14.11 -
YUV 93.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 92 92 102 0.10 0.10 0 0.6 240 0.05 0.38
Hex 5C 5C 66 A A 0 3C F0 5 26
Octal 134 134 146 12 12 0 74 360 5 46
Binary 1011100 1011100 1100110 1010 1010 0 111100 11110000 101 100110

Color Harmonies of #5C5C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5C66

Black with #5C5C66

Text Example


Text Example

White with #5C5C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,92,102); }

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

background-color css

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

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

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

border-color css

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

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

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