Html Css Color HEX #524474 Meteorite

📋 copy color: '#524474'

red 82 ◦ green 68 ◦ blue 116

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

Shades of Meteorite #524474

Tints of Meteorite #524474

RGB

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

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

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

R = 30.83%
G = 25.56%
B = 43.61%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524474 (or 0x524474) is known color: Meteorite. HEX triplet: 52, 44 and 74. RGB value is (82,68,116). Sum of RGB (Red+Green+Blue) = 82+68+116=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #524474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524474 is #ADBB8B. Grayscale: #4D4D4D. Windows color (decimal): -11385740 or 7619666. OLE color: 7619666.

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

Color convert

RGB 82 68 116 -
CMYK 0.29 0.41 0 0.55
HSL 257.5º 0.26% 0.36% -
HSV(B) 257.5º 0.41% 0.45% -
XYZ 8.7 7.19 17.45 -
YUV 77.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 82 68 116 0.29 0.41 0 0.55 257.5 0.26 0.36
Hex 52 44 74 1D 29 0 37 102 1A 24
Octal 122 104 164 35 51 0 67 402 32 44
Binary 1010010 1000100 1110100 11101 101001 0 110111 100000010 11010 100100

Color Harmonies of #524474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524474

Black with #524474

Text Example


Text Example

White with #524474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524474; }

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

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

background-color css

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

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

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

border-color css

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

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

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