Html Css Color HEX #535952 Battleship Grey

📋 copy color: '#535952'

red 83 ◦ green 89 ◦ blue 82

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

Shades of Battleship Grey #535952

Tints of Battleship Grey #535952

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 value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#535952 (or 0x535952) is known color: 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

RGB 83 89 82 -
CMYK 0.07 0 0.08 0.65
HSL 111.43º 0.04% 0.34% -
HSV(B) 111.43º 0.08% 0.35% -
XYZ 8.66 9.59 9.38 -
YUV 86.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 83 89 82 0.07 0 0.08 0.65 111.43 0.04 0.34
Hex 53 59 52 7 0 8 41 6F 4 22
Octal 123 131 122 7 0 10 101 157 4 42
Binary 1010011 1011001 1010010 111 0 1000 1000001 1101111 100 100010

Color Harmonies of #535952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535952

Black with #535952

Text Example


Text Example

White with #535952

Text Example


Text Example

HTML Codes & Css Web 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>