#524575

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

Shades of Meteorite #524575

Tints of Meteorite #524575

Color information

#524575 (or 0x524575) is unknown color: approx Meteorite. HEX triplet: 52, 45 and 75. RGB value is (82,69,117). Sum of RGB (Red+Green+Blue) = 82+69+117=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 69 (27.34% from 255 or 25.75% 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 #524575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524575 is #ADBA8A. Grayscale: #4E4E4E. Windows color (decimal): -11385483 or 7685458. OLE color: 7685458.

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

Color convert

RGB8269117-
CMYK0.300.4100.54
HSL256.25º25.81%36.47%-
HSV(B)256.25º41.03%45.88%-
XYZ8.827.3317.78-
YUV78.36149.81130.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=30.60%
G=25.75%
B=43.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82691170.300.4100.54256.2525.8136.47
Hex5245751E290361001a24
Octal12210516536510664003244
Binary10100101000101111010111110101001011011010000000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524575; }

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

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

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

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

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

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

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

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