Html Css Color HEX #524892 Blue Gem

📋 copy color: '#524892'

red 82 ◦ green 72 ◦ blue 146

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

Shades of Blue Gem #524892

Tints of Blue Gem #524892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 27.33%
G = 24%
B = 48.67%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#524892 (or 0x524892) is known color: Blue Gem. HEX triplet: 52, 48 and 92. RGB value is (82,72,146). Sum of RGB (Red+Green+Blue) = 82+72+146=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #524892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524892 is #ADB76D. Grayscale: #535353. Windows color (decimal): -11384686 or 9586770. OLE color: 9586770.

HSL color Cylindrical-coordinate representation of color #524892: hue angle of 248.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524892 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 72 146 -
CMYK 0.44 0.51 0 0.43
HSL 248.11º 0.34% 0.43% -
HSV(B) 248.11º 0.51% 0.57% -
XYZ 10.99 8.5 28.26 -
YUV 83.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 82 72 146 0.44 0.51 0 0.43 248.11 0.34 0.43
Hex 52 48 92 2C 33 0 2B F8 22 2B
Octal 122 110 222 54 63 0 53 370 42 53
Binary 1010010 1001000 10010010 101100 110011 0 101011 11111000 100010 101011

Color Harmonies of #524892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524892

Black with #524892

Text Example


Text Example

White with #524892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524892; }

 p { color: rgb(82,72,146); }

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

background-color css

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

 a { background-color: rgb(82,72,146); }

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

border-color css

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

 span { border-color: rgb(82,72,146); }

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