Html Css Color HEX #536050 Battleship Grey

📋 copy color: '#536050'

red 83 ◦ green 96 ◦ blue 80

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

Shades of Battleship Grey #536050

Tints of Battleship Grey #536050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.07%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 32.05%
G = 37.07%
B = 30.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#536050 (or 0x536050) is known color: Battleship Grey. HEX triplet: 53, 60 and 50. RGB value is (83,96,80). Sum of RGB (Red+Green+Blue) = 83+96+80=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #536050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536050 is #AC9FAF. Grayscale: #5A5A5A. Windows color (decimal): -11313072 or 5267539. OLE color: 5267539.

HSL color Cylindrical-coordinate representation of color #536050: hue angle of 108.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #536050 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 80 -
CMYK 0.14 0 0.17 0.62
HSL 108.75º 0.09% 0.35% -
HSV(B) 108.75º 0.17% 0.38% -
XYZ 9.2 10.78 9.19 -
YUV 90.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 83 96 80 0.14 0 0.17 0.62 108.75 0.09 0.35
Hex 53 60 50 E 0 11 3E 6D 9 23
Octal 123 140 120 16 0 21 76 155 11 43
Binary 1010011 1100000 1010000 1110 0 10001 111110 1101101 1001 100011

Color Harmonies of #536050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536050

Black with #536050

Text Example


Text Example

White with #536050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536050; }

 p { color: rgb(83,96,80); }

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

background-color css

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

 a { background-color: rgb(83,96,80); }

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

border-color css

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

 span { border-color: rgb(83,96,80); }

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