Html Css Color HEX #535444 Ship Grey

📋 copy color: '#535444'

red 83 ◦ green 84 ◦ blue 68

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

Shades of Ship Grey #535444

Tints of Ship Grey #535444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 35.32%
G = 35.74%
B = 28.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#535444 (or 0x535444) is known color: Ship Grey. HEX triplet: 53, 54 and 44. RGB value is (83,84,68). Sum of RGB (Red+Green+Blue) = 83+84+68=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #535444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535444 is #ACABBB. Grayscale: #515151. Windows color (decimal): -11316156 or 4478035. OLE color: 4478035.

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

Color convert

RGB 83 84 68 -
CMYK 0.01 0 0.19 0.67
HSL 63.75º 0.11% 0.3% -
HSV(B) 63.75º 0.19% 0.33% -
XYZ 7.78 8.6 6.72 -
YUV 81.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 83 84 68 0.01 0 0.19 0.67 63.75 0.11 0.3
Hex 53 54 44 1 0 13 43 40 B 1E
Octal 123 124 104 1 0 23 103 100 13 36
Binary 1010011 1010100 1000100 1 0 10011 1000011 1000000 1011 11110

Color Harmonies of #535444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535444

Black with #535444

Text Example


Text Example

White with #535444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535444; }

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

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

background-color css

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

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

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

border-color css

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

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

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