Html Css Color HEX #524672 Meteorite

📋 copy color: '#524672'

red 82 ◦ green 70 ◦ blue 114

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

Shades of Meteorite #524672

Tints of Meteorite #524672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 30.83%
G = 26.32%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524672 (or 0x524672) is known color: Meteorite. HEX triplet: 52, 46 and 72. RGB value is (82,70,114). Sum of RGB (Red+Green+Blue) = 82+70+114=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #524672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524672 is #ADB98D. Grayscale: #4E4E4E. Windows color (decimal): -11385230 or 7489106. OLE color: 7489106.

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

Color convert

RGB 82 70 114 -
CMYK 0.28 0.39 0 0.55
HSL 256.36º 0.24% 0.36% -
HSV(B) 256.36º 0.39% 0.45% -
XYZ 8.71 7.39 16.89 -
YUV 78.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 82 70 114 0.28 0.39 0 0.55 256.36 0.24 0.36
Hex 52 46 72 1C 27 0 37 100 18 24
Octal 122 106 162 34 47 0 67 400 30 44
Binary 1010010 1000110 1110010 11100 100111 0 110111 100000000 11000 100100

Color Harmonies of #524672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524672

Black with #524672

Text Example


Text Example

White with #524672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524672; }

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

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

background-color css

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

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

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

border-color css

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

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

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