#523F66

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

Shades of Meteorite #523F66

Tints of Meteorite #523F66

Color information

#523F66 (or 0x523F66) is unknown color: approx Meteorite. HEX triplet: 52, 3F and 66. RGB value is (82,63,102). Sum of RGB (Red+Green+Blue) = 82+63+102=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #523F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F66 is #ADC099. Grayscale: #484848. Windows color (decimal): -11387034 or 6700882. OLE color: 6700882.

HSL color Cylindrical-coordinate representation of color #523F66: hue angle of 269.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #523F66 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8263102-
CMYK0.200.3800.6
HSL269.23º23.64%32.35%-
HSV(B)269.23º38.24%40%-
XYZ7.666.3113.38-
YUV73.13144.29134.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 63 (25% from 255) = 25.51%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=33.20%
G=25.51%
B=41.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82631020.200.3800.6269.2323.6432.35
Hex523F66142603C10d1820
Octal1227714624460744153040
Binary1010010111111110011010100100110011110010000110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523F66; }

 p { color: rgb(82,63,102); }

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

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

 a { background-color: rgb(82,63,102); }

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

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

 span { border-color: rgb(82,63,102); }

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