Html Css Color HEX #5A5F56 Battleship Grey

📋 copy color: '#5A5F56'

red 90 ◦ green 95 ◦ blue 86

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

Shades of Battleship Grey #5A5F56

Tints of Battleship Grey #5A5F56

RGB

 RED value IS 90 (35.55% from 255) = 33.21%

 GREEN value IS 95 (37.5% from 255) = 35.06%

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 33.21%
G = 35.06%
B = 31.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5A5F56 (or 0x5A5F56) is known color: Battleship Grey. HEX triplet: 5A, 5F and 56. RGB value is (90,95,86). Sum of RGB (Red+Green+Blue) = 90+95+86=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F56 is #A5A0A9. Grayscale: #5C5C5C. Windows color (decimal): -10854570 or 5660506. OLE color: 5660506.

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

Color convert

RGB 90 95 86 -
CMYK 0.05 0 0.09 0.63
HSL 93.33º 0.05% 0.35% -
HSV(B) 93.33º 0.09% 0.37% -
XYZ 9.99 11.03 10.41 -
YUV 92.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 90 95 86 0.05 0 0.09 0.63 93.33 0.05 0.35
Hex 5A 5F 56 5 0 9 3F 5D 5 23
Octal 132 137 126 5 0 11 77 135 5 43
Binary 1011010 1011111 1010110 101 0 1001 111111 1011101 101 100011

Color Harmonies of #5A5F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5F56

Black with #5A5F56

Text Example


Text Example

White with #5A5F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,95,86); }

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

background-color css

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

 a { background-color: rgb(90,95,86); }

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

border-color css

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

 span { border-color: rgb(90,95,86); }

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