Html Css Color HEX #535850 Battleship Grey

📋 copy color: '#535850'

red 83 ◦ green 88 ◦ blue 80

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

Shades of Battleship Grey #535850

Tints of Battleship Grey #535850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.06%

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

R = 33.07%
G = 35.06%
B = 31.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#535850 (or 0x535850) is known color: Battleship Grey. HEX triplet: 53, 58 and 50. RGB value is (83,88,80). Sum of RGB (Red+Green+Blue) = 83+88+80=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #535850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535850 is #ACA7AF. Grayscale: #555555. Windows color (decimal): -11315120 or 5265491. OLE color: 5265491.

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

Color convert

RGB 83 88 80 -
CMYK 0.06 0 0.09 0.65
HSL 97.5º 0.05% 0.33% -
HSV(B) 97.5º 0.09% 0.35% -
XYZ 8.5 9.4 8.96 -
YUV 85.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 83 88 80 0.06 0 0.09 0.65 97.5 0.05 0.33
Hex 53 58 50 6 0 9 41 62 5 21
Octal 123 130 120 6 0 11 101 142 5 41
Binary 1010011 1011000 1010000 110 0 1001 1000001 1100010 101 100001

Color Harmonies of #535850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535850

Black with #535850

Text Example


Text Example

White with #535850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535850; }

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

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

background-color css

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

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

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

border-color css

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

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

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