Html Css Color HEX #524590 Blue Gem

📋 copy color: '#524590'

red 82 ◦ green 69 ◦ blue 144

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

Shades of Blue Gem #524590

Tints of Blue Gem #524590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 27.8%
G = 23.39%
B = 48.81%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#524590 (or 0x524590) is known color: Blue Gem. HEX triplet: 52, 45 and 90. RGB value is (82,69,144). Sum of RGB (Red+Green+Blue) = 82+69+144=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #524590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524590 is #ADBA6F. Grayscale: #515151. Windows color (decimal): -11385456 or 9454930. OLE color: 9454930.

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

Color convert

RGB 82 69 144 -
CMYK 0.43 0.52 0 0.44
HSL 250.4º 0.35% 0.42% -
HSV(B) 250.4º 0.52% 0.56% -
XYZ 10.64 8.06 27.38 -
YUV 81.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 82 69 144 0.43 0.52 0 0.44 250.4 0.35 0.42
Hex 52 45 90 2B 34 0 2C FA 23 2A
Octal 122 105 220 53 64 0 54 372 43 52
Binary 1010010 1000101 10010000 101011 110100 0 101100 11111010 100011 101010

Color Harmonies of #524590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524590

Black with #524590

Text Example


Text Example

White with #524590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524590; }

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

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

background-color css

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

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

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

border-color css

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

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

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