Html Css Color HEX #524469 Meteorite

📋 copy color: '#524469'

red 82 ◦ green 68 ◦ blue 105

#524469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #524469

Tints of Meteorite #524469

RGB

 RED value IS 82 (32.42% from 255) = 32.16%

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 32.16%
G = 26.67%
B = 41.18%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524469 (or 0x524469) is known color: Meteorite. HEX triplet: 52, 44 and 69. RGB value is (82,68,105). Sum of RGB (Red+Green+Blue) = 82+68+105=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #524469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524469 is #ADBB96. Grayscale: #4C4C4C. Windows color (decimal): -11385751 or 6898770. OLE color: 6898770.

HSL color Cylindrical-coordinate representation of color #524469: hue angle of 262.7º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524469 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 68 105 -
CMYK 0.22 0.35 0 0.59
HSL 262.7º 0.21% 0.34% -
HSV(B) 262.7º 0.35% 0.41% -
XYZ 8.1 6.95 14.28 -
YUV 76.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 82 68 105 0.22 0.35 0 0.59 262.7 0.21 0.34
Hex 52 44 69 16 23 0 3B 107 15 22
Octal 122 104 151 26 43 0 73 407 25 42
Binary 1010010 1000100 1101001 10110 100011 0 111011 100000111 10101 100010

Color Harmonies of #524469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524469

Black with #524469

Text Example


Text Example

White with #524469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524469; }

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

 H1.HeaderClassName
 {
   color: #524469;
 }
 .AnyTagClassName
 {
   color: #524469;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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