#535851

Color #535851 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #535851

Tints of Battleship Grey #535851

Color information

#535851 (or 0x535851) is unknown color: approx Battleship Grey. HEX triplet: 53, 58 and 51. RGB value is (83,88,81). Sum of RGB (Red+Green+Blue) = 83+88+81=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #535851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535851 is #ACA7AE. Grayscale: #555555. Windows color (decimal): -11315119 or 5331027. OLE color: 5331027.

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

Color convert

RGB838881-
CMYK0.0600.080.65
HSL102.86º4.14%33.14%-
HSV(B)102.86º7.95%34.51%-
XYZ8.549.419.15-
YUV85.71125.34126.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=32.94%
G=34.92%
B=32.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388810.0600.080.65102.864.1433.14
Hex5358516084167421
Octal1231301216010101147441
Binary1010011101100010100011100100010000011100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535851; }

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

 H1.HeaderClassName
 {
   color: #535851;
 }
 .AnyTagClassName
 {
   color: #535851;
 }
</style>
background-color css

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

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

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

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

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

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