Html Css Color HEX #535448 Ship Grey

📋 copy color: '#535448'

red 83 ◦ green 84 ◦ blue 72

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

Shades of Ship Grey #535448

Tints of Ship Grey #535448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 34.73%
G = 35.15%
B = 30.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#535448 (or 0x535448) is known color: Ship Grey. HEX triplet: 53, 54 and 48. RGB value is (83,84,72). Sum of RGB (Red+Green+Blue) = 83+84+72=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #535448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535448 is #ACABB7. Grayscale: #525252. Windows color (decimal): -11316152 or 4740179. OLE color: 4740179.

HSL color Cylindrical-coordinate representation of color #535448: hue angle of 65º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535448 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 72 -
CMYK 0.01 0 0.14 0.67
HSL 65º 0.08% 0.31% -
HSV(B) 65º 0.14% 0.33% -
XYZ 7.91 8.65 7.38 -
YUV 82.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 83 84 72 0.01 0 0.14 0.67 65 0.08 0.31
Hex 53 54 48 1 0 E 43 41 8 1F
Octal 123 124 110 1 0 16 103 101 10 37
Binary 1010011 1010100 1001000 1 0 1110 1000011 1000001 1000 11111

Color Harmonies of #535448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535448

Black with #535448

Text Example


Text Example

White with #535448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535448; }

 p { color: rgb(83,84,72); }

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

background-color css

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

 a { background-color: rgb(83,84,72); }

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

border-color css

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

 span { border-color: rgb(83,84,72); }

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