Html Css Color HEX #524468 Meteorite

📋 copy color: '#524468'

red 82 ◦ green 68 ◦ blue 104

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

Shades of Meteorite #524468

Tints of Meteorite #524468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 32.28%
G = 26.77%
B = 40.94%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524468 (or 0x524468) is known color: Meteorite. HEX triplet: 52, 44 and 68. RGB value is (82,68,104). Sum of RGB (Red+Green+Blue) = 82+68+104=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #524468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524468 is #ADBB97. Grayscale: #4C4C4C. Windows color (decimal): -11385752 or 6833234. OLE color: 6833234.

HSL color Cylindrical-coordinate representation of color #524468: hue angle of 263.33º 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 #524468 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 68 104 -
CMYK 0.21 0.35 0 0.59
HSL 263.33º 0.21% 0.34% -
HSV(B) 263.33º 0.35% 0.41% -
XYZ 8.05 6.93 14.01 -
YUV 76.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 82 68 104 0.21 0.35 0 0.59 263.33 0.21 0.34
Hex 52 44 68 15 23 0 3B 107 15 22
Octal 122 104 150 25 43 0 73 407 25 42
Binary 1010010 1000100 1101000 10101 100011 0 111011 100000111 10101 100010

Color Harmonies of #524468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524468

Black with #524468

Text Example


Text Example

White with #524468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524468; }

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

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

background-color css

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

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

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

border-color css

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

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

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