Html Css Color HEX #535446 Ship Grey

📋 copy color: '#535446'

red 83 ◦ green 84 ◦ blue 70

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

Shades of Ship Grey #535446

Tints of Ship Grey #535446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 35.02%
G = 35.44%
B = 29.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#535446 (or 0x535446) is known color: Ship Grey. HEX triplet: 53, 54 and 46. RGB value is (83,84,70). Sum of RGB (Red+Green+Blue) = 83+84+70=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #535446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535446 is #ACABB9. Grayscale: #525252. Windows color (decimal): -11316154 or 4609107. OLE color: 4609107.

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

Color convert

RGB 83 84 70 -
CMYK 0.01 0 0.17 0.67
HSL 64.29º 0.09% 0.3% -
HSV(B) 64.29º 0.17% 0.33% -
XYZ 7.84 8.62 7.05 -
YUV 82.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 83 84 70 0.01 0 0.17 0.67 64.29 0.09 0.3
Hex 53 54 46 1 0 11 43 40 9 1E
Octal 123 124 106 1 0 21 103 100 11 36
Binary 1010011 1010100 1000110 1 0 10001 1000011 1000000 1001 11110

Color Harmonies of #535446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535446

Black with #535446

Text Example


Text Example

White with #535446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535446; }

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

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

background-color css

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

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

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

border-color css

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

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

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