#5C6275

Color #5C6275 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #5C6275

Tints of Comet #5C6275

Color information

#5C6275 (or 0x5C6275) is unknown color: approx Comet. HEX triplet: 5C, 62 and 75. RGB value is (92,98,117). Sum of RGB (Red+Green+Blue) = 92+98+117=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6275 is #A39D8A. Grayscale: #626262. Windows color (decimal): -10722699 or 7692892. OLE color: 7692892.

HSL color Cylindrical-coordinate representation of color #5C6275: hue angle of 225.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C6275 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9298117-
CMYK0.210.1600.54
HSL225.6º11.96%40.98%-
HSV(B)225.6º21.37%45.88%-
XYZ11.9912.318.57-
YUV98.37138.51123.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.97%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=29.97%
G=31.92%
B=38.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92981170.210.1600.54225.611.9640.98
Hex5C62751510036e2c29
Octal13414216525200663421451
Binary10111001100010111010110101100000110110111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,98,117); }

 H1.HeaderClassName
 {
   color: #5C6275;
 }
 .AnyTagClassName
 {
   color: #5C6275;
 }
</style>
background-color css

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

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

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

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

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

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