Html Css Color HEX #60585B Scorpion

📋 copy color: '#60585B'

red 96 ◦ green 88 ◦ blue 91

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

Shades of Scorpion #60585B

Tints of Scorpion #60585B

RGB

 RED value IS 96 (37.89% from 255) = 34.91%

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 34.91%
G = 32%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60585B (or 0x60585B) is known color: Scorpion. HEX triplet: 60, 58 and 5B. RGB value is (96,88,91). Sum of RGB (Red+Green+Blue) = 96+88+91=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 96 - color contains mainly: red. Hex color #60585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60585B is #9FA7A4. Grayscale: #5A5A5A. Windows color (decimal): -10463141 or 5986400. OLE color: 5986400.

HSL color Cylindrical-coordinate representation of color #60585B: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #60585B is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 88 91 -
CMYK 0 0.08 0.05 0.62
HSL 337.5º 0.04% 0.36% -
HSV(B) 337.5º 0.08% 0.38% -
XYZ 10.2 10.22 11.33 -
YUV 90.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 96 88 91 0 0.08 0.05 0.62 337.5 0.04 0.36
Hex 60 58 5B 0 8 5 3E 152 4 24
Octal 140 130 133 0 10 5 76 522 4 44
Binary 1100000 1011000 1011011 0 1000 101 111110 101010010 100 100100

Color Harmonies of #60585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60585B

Black with #60585B

Text Example


Text Example

White with #60585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60585B; }

 p { color: rgb(96,88,91); }

 H1.HeaderClassName
 {
   color: #60585B;
 }
 .AnyTagClassName
 {
   color: #60585B;
 }
</style>

background-color css

<style>
 a { background-color: #60585B; }

 a { background-color: rgb(96,88,91); }

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

border-color css

<style>
 span { border-color: #60585B; }

 span { border-color: rgb(96,88,91); }

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