Html Css Color HEX #535951 Battleship Grey

📋 copy color: '#535951'

red 83 ◦ green 89 ◦ blue 81

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

Shades of Battleship Grey #535951

Tints of Battleship Grey #535951

RGB

 RED value IS 83 (32.81% from 255) = 32.81%

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 81 (32.03% from 255) = 32.02%

R = 32.81%
G = 35.18%
B = 32.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#535951 (or 0x535951) is known color: Battleship Grey. HEX triplet: 53, 59 and 51. RGB value is (83,89,81). Sum of RGB (Red+Green+Blue) = 83+89+81=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #535951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535951 is #ACA6AE. Grayscale: #565656. Windows color (decimal): -11314863 or 5331283. OLE color: 5331283.

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

Color convert

RGB 83 89 81 -
CMYK 0.07 0 0.09 0.65
HSL 105º 0.05% 0.33% -
HSV(B) 105º 0.09% 0.35% -
XYZ 8.62 9.58 9.18 -
YUV 86.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 83 89 81 0.07 0 0.09 0.65 105 0.05 0.33
Hex 53 59 51 7 0 9 41 69 5 21
Octal 123 131 121 7 0 11 101 151 5 41
Binary 1010011 1011001 1010001 111 0 1001 1000001 1101001 101 100001

Color Harmonies of #535951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535951

Black with #535951

Text Example


Text Example

White with #535951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535951; }

 p { color: rgb(83,89,81); }

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

background-color css

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

 a { background-color: rgb(83,89,81); }

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

border-color css

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

 span { border-color: rgb(83,89,81); }

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