Html Css Color HEX #5F585B Scorpion

📋 copy color: '#5F585B'

red 95 ◦ green 88 ◦ blue 91

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

Shades of Scorpion #5F585B

Tints of Scorpion #5F585B

RGB

 RED value IS 95 (37.5% from 255) = 34.67%

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

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

R = 34.67%
G = 32.12%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#5F585B (or 0x5F585B) is known color: Scorpion. HEX triplet: 5F, 58 and 5B. RGB value is (95,88,91). Sum of RGB (Red+Green+Blue) = 95+88+91=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 95 - color contains mainly: red. Hex color #5F585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F585B is #A0A7A4. Grayscale: #5A5A5A. Windows color (decimal): -10528677 or 5986399. OLE color: 5986399.

HSL color Cylindrical-coordinate representation of color #5F585B: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5F585B is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 88 91 -
CMYK 0 0.07 0.04 0.63
HSL 334.29º 0.04% 0.36% -
HSV(B) 334.29º 0.07% 0.37% -
XYZ 10.1 10.17 11.33 -
YUV 90.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 95 88 91 0 0.07 0.04 0.63 334.29 0.04 0.36
Hex 5F 58 5B 0 7 4 3F 14E 4 24
Octal 137 130 133 0 7 4 77 516 4 44
Binary 1011111 1011000 1011011 0 111 100 111111 101001110 100 100100

Color Harmonies of #5F585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F585B

Black with #5F585B

Text Example


Text Example

White with #5F585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F585B;
 }
 .AnyTagClassName
 {
   color: #5F585B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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