Html Css Color HEX #53544B Ship Grey

📋 copy color: '#53544B'

red 83 ◦ green 84 ◦ blue 75

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

Shades of Ship Grey #53544B

Tints of Ship Grey #53544B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 34.3%
G = 34.71%
B = 30.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53544B (or 0x53544B) is known color: Ship Grey. HEX triplet: 53, 54 and 4B. RGB value is (83,84,75). Sum of RGB (Red+Green+Blue) = 83+84+75=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #53544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53544B is #ACABB4. Grayscale: #525252. Windows color (decimal): -11316149 or 4936787. OLE color: 4936787.

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

Color convert

RGB 83 84 75 -
CMYK 0.01 0 0.11 0.67
HSL 66.67º 0.06% 0.31% -
HSV(B) 66.67º 0.11% 0.33% -
XYZ 8.01 8.69 7.91 -
YUV 82.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 83 84 75 0.01 0 0.11 0.67 66.67 0.06 0.31
Hex 53 54 4B 1 0 B 43 43 6 1F
Octal 123 124 113 1 0 13 103 103 6 37
Binary 1010011 1010100 1001011 1 0 1011 1000011 1000011 110 11111

Color Harmonies of #53544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53544B

Black with #53544B

Text Example


Text Example

White with #53544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53544B; }

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

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

background-color css

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

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

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

border-color css

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

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

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