#5B6175

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

Shades of Comet #5B6175

Tints of Comet #5B6175

Color information

#5B6175 (or 0x5B6175) is unknown color: approx Comet. HEX triplet: 5B, 61 and 75. RGB value is (91,97,117). Sum of RGB (Red+Green+Blue) = 91+97+117=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B6175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6175 is #A49E8A. Grayscale: #616161. Windows color (decimal): -10788491 or 7692635. OLE color: 7692635.

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

Color convert

RGB9197117-
CMYK0.220.1700.54
HSL226.15º12.5%40.78%-
HSV(B)226.15º22.22%45.88%-
XYZ11.812.0618.54-
YUV97.49139.01123.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.84%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=29.84%
G=31.80%
B=38.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91971170.220.1700.54226.1512.540.78
Hex5B61751611036e2c29
Octal13314116526210663421451
Binary10110111100001111010110110100010110110111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,117); }

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

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

 a { background-color: rgb(91,97,117); }

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

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

 span { border-color: rgb(91,97,117); }

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