Html Css Color HEX #535E4E Battleship Grey

📋 copy color: '#535E4E'

red 83 ◦ green 94 ◦ blue 78

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

Shades of Battleship Grey #535E4E

Tints of Battleship Grey #535E4E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 32.55%
G = 36.86%
B = 30.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#535E4E (or 0x535E4E) is known color: Battleship Grey. HEX triplet: 53, 5E and 4E. RGB value is (83,94,78). Sum of RGB (Red+Green+Blue) = 83+94+78=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #535E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E4E is #ACA1B1. Grayscale: #585858. Windows color (decimal): -11313586 or 5135955. OLE color: 5135955.

HSL color Cylindrical-coordinate representation of color #535E4E: hue angle of 101.25º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535E4E is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 94 78 -
CMYK 0.12 0 0.17 0.63
HSL 101.25º 0.09% 0.34% -
HSV(B) 101.25º 0.17% 0.37% -
XYZ 8.95 10.39 8.74 -
YUV 88.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 83 94 78 0.12 0 0.17 0.63 101.25 0.09 0.34
Hex 53 5E 4E C 0 11 3F 65 9 22
Octal 123 136 116 14 0 21 77 145 11 42
Binary 1010011 1011110 1001110 1100 0 10001 111111 1100101 1001 100010

Color Harmonies of #535E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E4E

Black with #535E4E

Text Example


Text Example

White with #535E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535E4E; }

 p { color: rgb(83,94,78); }

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

background-color css

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

 a { background-color: rgb(83,94,78); }

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

border-color css

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

 span { border-color: rgb(83,94,78); }

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