Html Css Color HEX #5A6057 Battleship Grey

📋 copy color: '#5A6057'

red 90 ◦ green 96 ◦ blue 87

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

Shades of Battleship Grey #5A6057

Tints of Battleship Grey #5A6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 87 (34.38% from 255) = 31.87%

R = 32.97%
G = 35.16%
B = 31.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#5A6057 (or 0x5A6057) is known color: Battleship Grey. HEX triplet: 5A, 60 and 57. RGB value is (90,96,87). Sum of RGB (Red+Green+Blue) = 90+96+87=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6057 is #A59FA8. Grayscale: #5D5D5D. Windows color (decimal): -10854313 or 5726298. OLE color: 5726298.

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

Color convert

RGB 90 96 87 -
CMYK 0.06 0 0.09 0.62
HSL 100º 0.05% 0.36% -
HSV(B) 100º 0.09% 0.38% -
XYZ 10.12 11.23 10.65 -
YUV 93.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 90 96 87 0.06 0 0.09 0.62 100 0.05 0.36
Hex 5A 60 57 6 0 9 3E 64 5 24
Octal 132 140 127 6 0 11 76 144 5 44
Binary 1011010 1100000 1010111 110 0 1001 111110 1100100 101 100100

Color Harmonies of #5A6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6057

Black with #5A6057

Text Example


Text Example

White with #5A6057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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