#605A5C

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

Shades of Scorpion #605A5C

Tints of Scorpion #605A5C

Color information

#605A5C (or 0x605A5C) is unknown color: approx Scorpion. HEX triplet: 60, 5A and 5C. RGB value is (96,90,92). Sum of RGB (Red+Green+Blue) = 96+90+92=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 96 - color contains mainly: red. Hex color #605A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A5C is #9FA5A3. Grayscale: #5C5C5C. Windows color (decimal): -10462628 or 6052448. OLE color: 6052448.

HSL color Cylindrical-coordinate representation of color #605A5C: hue angle of 340º 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 #605A5C is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB969092-
CMYK00.060.040.62
HSL340º3.23%36.47%-
HSV(B)340º6.25%37.65%-
XYZ10.4110.5711.62-
YUV92.02127.99130.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=34.53%
G=32.37%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96909200.060.040.623403.2336.47
Hex605A5C0643E154324
Octal14013213406476524344
Binary110000010110101011100011010011111010101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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