#524467

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

Shades of Meteorite #524467

Tints of Meteorite #524467

Color information

#524467 (or 0x524467) is unknown color: approx Meteorite. HEX triplet: 52, 44 and 67. RGB value is (82,68,103). Sum of RGB (Red+Green+Blue) = 82+68+103=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #524467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524467 is #ADBB98. Grayscale: #4C4C4C. Windows color (decimal): -11385753 or 6767698. OLE color: 6767698.

HSL color Cylindrical-coordinate representation of color #524467: hue angle of 264º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524467 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8268103-
CMYK0.200.3400.60
HSL264º20.47%33.53%-
HSV(B)264º33.98%40.39%-
XYZ7.996.9113.74-
YUV76.18143.14132.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=32.41%
G=26.88%
B=40.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82681030.200.3400.6026420.4733.53
Hex524467142203C1081422
Octal12210414724420744102442
Binary10100101000100110011110100100010011110010000100010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524467; }

 p { color: rgb(82,68,103); }

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

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

 a { background-color: rgb(82,68,103); }

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

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

 span { border-color: rgb(82,68,103); }

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