#534075

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

Shades of Meteorite #534075

Tints of Meteorite #534075

Color information

#534075 (or 0x534075) is unknown color: approx Meteorite. HEX triplet: 53, 40 and 75. RGB value is (83,64,117). Sum of RGB (Red+Green+Blue) = 83+64+117=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #534075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534075 is #ACBF8A. Grayscale: #4B4B4B. Windows color (decimal): -11321227 or 7684179. OLE color: 7684179.

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

Color convert

RGB8364117-
CMYK0.290.4500.54
HSL261.51º29.28%35.49%-
HSV(B)261.51º45.3%45.88%-
XYZ8.616.7917.69-
YUV75.72151.29133.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=31.44%
G=24.24%
B=44.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83641170.290.4500.54261.5129.2835.49
Hex5340751D2D0361061d23
Octal12310016535550664063543
Binary10100111000000111010111101101101011011010000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534075; }

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

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

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

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

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

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

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

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