Html Css Color HEX #535752 Battleship Grey

📋 copy color: '#535752'

red 83 ◦ green 87 ◦ blue 82

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

Shades of Battleship Grey #535752

Tints of Battleship Grey #535752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 32.94%
G = 34.52%
B = 32.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#535752 (or 0x535752) is known color: Battleship Grey. HEX triplet: 53, 57 and 52. RGB value is (83,87,82). Sum of RGB (Red+Green+Blue) = 83+87+82=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 87 - color contains mainly: green. Hex color #535752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535752 is #ACA8AD. Grayscale: #555555. Windows color (decimal): -11315374 or 5396307. OLE color: 5396307.

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

Color convert

RGB 83 87 82 -
CMYK 0.05 0 0.06 0.66
HSL 108º 0.03% 0.33% -
HSV(B) 108º 0.06% 0.34% -
XYZ 8.5 9.26 9.32 -
YUV 85.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 83 87 82 0.05 0 0.06 0.66 108 0.03 0.33
Hex 53 57 52 5 0 6 42 6C 3 21
Octal 123 127 122 5 0 6 102 154 3 41
Binary 1010011 1010111 1010010 101 0 110 1000010 1101100 11 100001

Color Harmonies of #535752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535752

Black with #535752

Text Example


Text Example

White with #535752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535752; }

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

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

background-color css

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

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

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

border-color css

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

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

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