#53534B

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

Shades of Ship Grey #53534B

Tints of Ship Grey #53534B

Color information

#53534B (or 0x53534B) is unknown color: approx Ship Grey. HEX triplet: 53, 53 and 4B. RGB value is (83,83,75). Sum of RGB (Red+Green+Blue) = 83+83+75=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53534B is #ACACB4. Grayscale: #525252. Windows color (decimal): -11316405 or 4936531. OLE color: 4936531.

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

Color convert

RGB838375-
CMYK000.100.67
HSL60º5.06%30.98%-
HSV(B)60º9.64%32.55%-
XYZ7.938.537.89-
YUV82.09124128.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=34.44%
G=34.44%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838375000.100.67605.0630.98
Hex53534B00A433c51f
Octal123123113001210374537
Binary101001110100111001011001010100001111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53534B; }

 p { color: rgb(83,83,75); }

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

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

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

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

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

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

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