Html Css Color HEX #524490 Blue Gem

📋 copy color: '#524490'

red 82 ◦ green 68 ◦ blue 144

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

Shades of Blue Gem #524490

Tints of Blue Gem #524490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 27.89%
G = 23.13%
B = 48.98%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#524490 (or 0x524490) is known color: Blue Gem. HEX triplet: 52, 44 and 90. RGB value is (82,68,144). Sum of RGB (Red+Green+Blue) = 82+68+144=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #524490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524490 is #ADBB6F. Grayscale: #505050. Windows color (decimal): -11385712 or 9454674. OLE color: 9454674.

HSL color Cylindrical-coordinate representation of color #524490: hue angle of 251.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524490 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 68 144 -
CMYK 0.43 0.53 0 0.44
HSL 251.05º 0.36% 0.42% -
HSV(B) 251.05º 0.53% 0.56% -
XYZ 10.58 7.94 27.36 -
YUV 80.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 82 68 144 0.43 0.53 0 0.44 251.05 0.36 0.42
Hex 52 44 90 2B 35 0 2C FB 24 2A
Octal 122 104 220 53 65 0 54 373 44 52
Binary 1010010 1000100 10010000 101011 110101 0 101100 11111011 100100 101010

Color Harmonies of #524490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524490

Black with #524490

Text Example


Text Example

White with #524490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524490; }

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

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

background-color css

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

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

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

border-color css

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

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

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