#545452

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

Shades of Ship Grey #545452

Tints of Ship Grey #545452

Color information

#545452 (or 0x545452) is unknown color: approx Ship Grey. HEX triplet: 54, 54 and 52. RGB value is (84,84,82). Sum of RGB (Red+Green+Blue) = 84+84+82=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545452 is #ABABAD. Grayscale: #535353. Windows color (decimal): -11250606 or 5395540. OLE color: 5395540.

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

Color convert

RGB848482-
CMYK000.020.67
HSL60º1.2%32.55%-
HSV(B)60º2.38%32.94%-
XYZ8.358.839.25-
YUV83.77127128.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=33.6%
G=33.6%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848482000.020.67601.232.55
Hex545452002433c121
Octal12412412200210374141
Binary101010010101001010010001010000111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545452; }

 p { color: rgb(84,84,82); }

 H1.HeaderClassName
 {
   color: #545452;
 }
 .AnyTagClassName
 {
   color: #545452;
 }
</style>
background-color css

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

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

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

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

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

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