#525349

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

Shades of Ship Grey #525349

Tints of Ship Grey #525349

Color information

#525349 (or 0x525349) is unknown color: approx Ship Grey. HEX triplet: 52, 53 and 49. RGB value is (82,83,73). Sum of RGB (Red+Green+Blue) = 82+83+73=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #525349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525349 is #ADACB6. Grayscale: #515151. Windows color (decimal): -11381943 or 4805458. OLE color: 4805458.

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

Color convert

RGB828373-
CMYK0.0100.120.67
HSL66º6.41%30.59%-
HSV(B)66º12.05%32.55%-
XYZ7.788.467.53-
YUV81.56123.17128.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=34.45%
G=34.87%
B=30.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283730.0100.120.67666.4130.59
Hex52534910C434261f
Octal1221231111014103102637
Binary1010010101001110010011011001000011100001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525349; }

 p { color: rgb(82,83,73); }

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

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

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

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

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

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

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