#535446

Color #535446 Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #535446

Tints of Ship Grey #535446

Color information

#535446 (or 0x535446) is unknown color: approx 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

RGB838470-
CMYK0.0100.170.67
HSL64.29º9.09%30.2%-
HSV(B)64.29º16.67%32.94%-
XYZ7.848.627.05-
YUV82.1121.17128.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384700.0100.170.6764.299.0930.2
Hex5354461011434091e
Octal12312410610211031001136
Binary101001110101001000110101000110000111000000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>