#535952

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

Shades of Battleship Grey #535952

Tints of Battleship Grey #535952

Color information

#535952 (or 0x535952) is unknown color: approx Battleship Grey. HEX triplet: 53, 59 and 52. RGB value is (83,89,82). Sum of RGB (Red+Green+Blue) = 83+89+82=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #535952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535952 is #ACA6AD. Grayscale: #565656. Windows color (decimal): -11314862 or 5396819. OLE color: 5396819.

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

Color convert

RGB838982-
CMYK0.0700.080.65
HSL111.43º4.09%33.53%-
HSV(B)111.43º7.87%34.9%-
XYZ8.669.599.38-
YUV86.41125.51125.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=32.68%
G=35.04%
B=32.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389820.0700.080.65111.434.0933.53
Hex535952708416f422
Octal1231311227010101157442
Binary1010011101100110100101110100010000011101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535952; }

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

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

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

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

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

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

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

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