Html Css Color HEX #535751 Battleship Grey

📋 copy color: '#535751'

red 83 ◦ green 87 ◦ blue 81

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

Shades of Battleship Grey #535751

Tints of Battleship Grey #535751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.66%

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

R = 33.07%
G = 34.66%
B = 32.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#535751 (or 0x535751) is known color: Battleship Grey. HEX triplet: 53, 57 and 51. RGB value is (83,87,81). Sum of RGB (Red+Green+Blue) = 83+87+81=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #535751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535751 is #ACA8AE. Grayscale: #555555. Windows color (decimal): -11315375 or 5330771. OLE color: 5330771.

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

Color convert

RGB 83 87 81 -
CMYK 0.05 0 0.07 0.66
HSL 100º 0.04% 0.33% -
HSV(B) 100º 0.07% 0.34% -
XYZ 8.46 9.25 9.12 -
YUV 85.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 83 87 81 0.05 0 0.07 0.66 100 0.04 0.33
Hex 53 57 51 5 0 7 42 64 4 21
Octal 123 127 121 5 0 7 102 144 4 41
Binary 1010011 1010111 1010001 101 0 111 1000010 1100100 100 100001

Color Harmonies of #535751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535751

Black with #535751

Text Example


Text Example

White with #535751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535751; }

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

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

background-color css

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

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

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

border-color css

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

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

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