Html Css Color HEX #524674 Meteorite

📋 copy color: '#524674'

red 82 ◦ green 70 ◦ blue 116

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

Shades of Meteorite #524674

Tints of Meteorite #524674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 30.6%
G = 26.12%
B = 43.28%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524674 (or 0x524674) is known color: Meteorite. HEX triplet: 52, 46 and 74. RGB value is (82,70,116). Sum of RGB (Red+Green+Blue) = 82+70+116=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #524674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524674 is #ADB98B. Grayscale: #4E4E4E. Windows color (decimal): -11385228 or 7620178. OLE color: 7620178.

HSL color Cylindrical-coordinate representation of color #524674: hue angle of 255.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524674 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 70 116 -
CMYK 0.29 0.40 0 0.55
HSL 255.65º 0.25% 0.36% -
HSV(B) 255.65º 0.4% 0.45% -
XYZ 8.82 7.44 17.49 -
YUV 78.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 82 70 116 0.29 0.40 0 0.55 255.65 0.25 0.36
Hex 52 46 74 1D 28 0 37 100 19 24
Octal 122 106 164 35 50 0 67 400 31 44
Binary 1010010 1000110 1110100 11101 101000 0 110111 100000000 11001 100100

Color Harmonies of #524674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524674

Black with #524674

Text Example


Text Example

White with #524674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524674; }

 p { color: rgb(82,70,116); }

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

background-color css

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

 a { background-color: rgb(82,70,116); }

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

border-color css

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

 span { border-color: rgb(82,70,116); }

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