Html Css Color HEX #535A4F Battleship Grey

📋 copy color: '#535A4F'

red 83 ◦ green 90 ◦ blue 79

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

Shades of Battleship Grey #535A4F

Tints of Battleship Grey #535A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 32.94%
G = 35.71%
B = 31.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#535A4F (or 0x535A4F) is known color: Battleship Grey. HEX triplet: 53, 5A and 4F. RGB value is (83,90,79). Sum of RGB (Red+Green+Blue) = 83+90+79=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #535A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A4F is #ACA5B0. Grayscale: #565656. Windows color (decimal): -11314609 or 5200467. OLE color: 5200467.

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

Color convert

RGB 83 90 79 -
CMYK 0.08 0 0.12 0.65
HSL 98.18º 0.07% 0.33% -
HSV(B) 98.18º 0.12% 0.35% -
XYZ 8.63 9.72 8.82 -
YUV 86.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 83 90 79 0.08 0 0.12 0.65 98.18 0.07 0.33
Hex 53 5A 4F 8 0 C 41 62 7 21
Octal 123 132 117 10 0 14 101 142 7 41
Binary 1010011 1011010 1001111 1000 0 1100 1000001 1100010 111 100001

Color Harmonies of #535A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A4F

Black with #535A4F

Text Example


Text Example

White with #535A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,79); }

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

background-color css

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

 a { background-color: rgb(83,90,79); }

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

border-color css

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

 span { border-color: rgb(83,90,79); }

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