#53456E

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

Shades of Meteorite #53456E

Tints of Meteorite #53456E

Color information

#53456E (or 0x53456E) is unknown color: approx Meteorite. HEX triplet: 53, 45 and 6E. RGB value is (83,69,110). Sum of RGB (Red+Green+Blue) = 83+69+110=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #53456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53456E is #ACBA91. Grayscale: #4D4D4D. Windows color (decimal): -11319954 or 7226707. OLE color: 7226707.

HSL color Cylindrical-coordinate representation of color #53456E: hue angle of 260.49º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53456E is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8369110-
CMYK0.250.3700.57
HSL260.49º22.91%35.1%-
HSV(B)260.49º37.27%43.14%-
XYZ8.517.2215.7-
YUV77.86146.14131.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=31.68%
G=26.34%
B=41.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83691100.250.3700.57260.4922.9135.1
Hex53456E19250391041723
Octal12310515631450714042743
Binary10100111000101110111011001100101011100110000010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,69,110); }

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

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

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

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

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

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

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