#605A5D

Color #605A5D Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #605A5D

Tints of Scorpion #605A5D

Color information

#605A5D (or 0x605A5D) is unknown color: approx Scorpion. HEX triplet: 60, 5A and 5D. RGB value is (96,90,93). Sum of RGB (Red+Green+Blue) = 96+90+93=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #605A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A5D is #9FA5A2. Grayscale: #5C5C5C. Windows color (decimal): -10462627 or 6117984. OLE color: 6117984.

HSL color Cylindrical-coordinate representation of color #605A5D: hue angle of 330º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #605A5D is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB969093-
CMYK00.060.030.62
HSL330º3.23%36.47%-
HSV(B)330º6.25%37.65%-
XYZ10.4610.5911.85-
YUV92.14128.49130.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=34.41%
G=32.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96909300.060.030.623303.2336.47
Hex605A5D0633E14a324
Octal14013213506376512344
Binary11000001011010101110101101111111010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A5D; }

 p { color: rgb(96,90,93); }

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

<style>
 a { background-color: #605A5D; }

 a { background-color: rgb(96,90,93); }

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

<style>
 span { border-color: #605A5D; }

 span { border-color: rgb(96,90,93); }

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