#524075

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

Shades of Meteorite #524075

Tints of Meteorite #524075

Color information

#524075 (or 0x524075) is unknown color: approx Meteorite. HEX triplet: 52, 40 and 75. RGB value is (82,64,117). Sum of RGB (Red+Green+Blue) = 82+64+117=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #524075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524075 is #ADBF8A. Grayscale: #4B4B4B. Windows color (decimal): -11386763 or 7684178. OLE color: 7684178.

HSL color Cylindrical-coordinate representation of color #524075: hue angle of 260.38º 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 #524075 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8264117-
CMYK0.300.4500.54
HSL260.38º29.28%35.49%-
HSV(B)260.38º45.3%45.88%-
XYZ8.526.7417.68-
YUV75.42151.46132.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=31.18%
G=24.33%
B=44.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82641170.300.4500.54260.3829.2835.49
Hex5240751E2D0361041d23
Octal12210016536550664043543
Binary10100101000000111010111110101101011011010000010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524075; }

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

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

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

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

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

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

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

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