#53504E

Color #53504E Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #53504E

Tints of Tundora #53504E

Color information

#53504E (or 0x53504E) is unknown color: approx Tundora. HEX triplet: 53, 50 and 4E. RGB value is (83,80,78). Sum of RGB (Red+Green+Blue) = 83+80+78=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 83 - color contains mainly: red. Hex color #53504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53504E is #ACAFB1. Grayscale: #505050. Windows color (decimal): -11317170 or 5132371. OLE color: 5132371.

HSL color Cylindrical-coordinate representation of color #53504E: hue angle of 24º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #53504E is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB838078-
CMYK00.040.060.67
HSL24º3.11%31.57%-
HSV(B)24º6.02%32.55%-
XYZ7.818.138.36-
YUV80.67126.49129.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=34.44%
G=33.20%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83807800.040.060.67243.1131.57
Hex53504E0464318320
Octal12312011604610330340
Binary101001110100001001110010011010000111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53504E; }

 p { color: rgb(83,80,78); }

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

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

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

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

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

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

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