Html Css Color HEX #535851 Battleship Grey

📋 copy color: '#535851'

red 83 ◦ green 88 ◦ blue 81

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

Shades of Battleship Grey #535851

Tints of Battleship Grey #535851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.14%

R = 32.94%
G = 34.92%
B = 32.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#535851 (or 0x535851) is known color: Battleship Grey. HEX triplet: 53, 58 and 51. RGB value is (83,88,81). Sum of RGB (Red+Green+Blue) = 83+88+81=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #535851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535851 is #ACA7AE. Grayscale: #555555. Windows color (decimal): -11315119 or 5331027. OLE color: 5331027.

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

Color convert

RGB 83 88 81 -
CMYK 0.06 0 0.08 0.65
HSL 102.86º 0.04% 0.33% -
HSV(B) 102.86º 0.08% 0.35% -
XYZ 8.54 9.41 9.15 -
YUV 85.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 83 88 81 0.06 0 0.08 0.65 102.86 0.04 0.33
Hex 53 58 51 6 0 8 41 67 4 21
Octal 123 130 121 6 0 10 101 147 4 41
Binary 1010011 1011000 1010001 110 0 1000 1000001 1100111 100 100001

Color Harmonies of #535851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535851

Black with #535851

Text Example


Text Example

White with #535851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535851; }

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

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

background-color css

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

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

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

border-color css

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

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

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