Html Css Color HEX #535950 Battleship Grey

📋 copy color: '#535950'

red 83 ◦ green 89 ◦ blue 80

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

Shades of Battleship Grey #535950

Tints of Battleship Grey #535950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

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

R = 32.94%
G = 35.32%
B = 31.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#535950 (or 0x535950) is known color: Battleship Grey. HEX triplet: 53, 59 and 50. RGB value is (83,89,80). Sum of RGB (Red+Green+Blue) = 83+89+80=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #535950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535950 is #ACA6AF. Grayscale: #565656. Windows color (decimal): -11314864 or 5265747. OLE color: 5265747.

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

Color convert

RGB 83 89 80 -
CMYK 0.07 0 0.10 0.65
HSL 100º 0.05% 0.33% -
HSV(B) 100º 0.1% 0.35% -
XYZ 8.59 9.56 8.98 -
YUV 86.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 83 89 80 0.07 0 0.10 0.65 100 0.05 0.33
Hex 53 59 50 7 0 A 41 64 5 21
Octal 123 131 120 7 0 12 101 144 5 41
Binary 1010011 1011001 1010000 111 0 1010 1000001 1100100 101 100001

Color Harmonies of #535950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535950

Black with #535950

Text Example


Text Example

White with #535950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535950; }

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

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

background-color css

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

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

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

border-color css

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

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

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