#534475

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

Shades of Meteorite #534475

Tints of Meteorite #534475

Color information

#534475 (or 0x534475) is unknown color: approx Meteorite. HEX triplet: 53, 44 and 75. RGB value is (83,68,117). Sum of RGB (Red+Green+Blue) = 83+68+117=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #534475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534475 is #ACBB8A. Grayscale: #4D4D4D. Windows color (decimal): -11320203 or 7685203. OLE color: 7685203.

HSL color Cylindrical-coordinate representation of color #534475: hue angle of 258.37º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534475 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8368117-
CMYK0.290.4200.54
HSL258.37º26.49%36.27%-
HSV(B)258.37º41.88%45.88%-
XYZ8.857.2617.76-
YUV78.07149.97131.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=30.97%
G=25.37%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83681170.290.4200.54258.3726.4936.27
Hex5344751D2A0361021a24
Octal12310416535520664023244
Binary10100111000100111010111101101010011011010000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534475; }

 p { color: rgb(83,68,117); }

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

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

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

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

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

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

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