Html Css Color HEX #535C50 Battleship Grey

📋 copy color: '#535C50'

red 83 ◦ green 92 ◦ blue 80

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

Shades of Battleship Grey #535C50

Tints of Battleship Grey #535C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

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

R = 32.55%
G = 36.08%
B = 31.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#535C50 (or 0x535C50) is known color: Battleship Grey. HEX triplet: 53, 5C and 50. RGB value is (83,92,80). Sum of RGB (Red+Green+Blue) = 83+92+80=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #535C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C50 is #ACA3AF. Grayscale: #575757. Windows color (decimal): -11314096 or 5266515. OLE color: 5266515.

HSL color Cylindrical-coordinate representation of color #535C50: hue angle of 105º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #535C50 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 80 -
CMYK 0.10 0 0.13 0.64
HSL 105º 0.07% 0.34% -
HSV(B) 105º 0.13% 0.36% -
XYZ 8.84 10.07 9.07 -
YUV 87.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 83 92 80 0.10 0 0.13 0.64 105 0.07 0.34
Hex 53 5C 50 A 0 D 40 69 7 22
Octal 123 134 120 12 0 15 100 151 7 42
Binary 1010011 1011100 1010000 1010 0 1101 1000000 1101001 111 100010

Color Harmonies of #535C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C50

Black with #535C50

Text Example


Text Example

White with #535C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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