Html Css Color HEX #524190 Blue Gem

📋 copy color: '#524190'

red 82 ◦ green 65 ◦ blue 144

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

Shades of Blue Gem #524190

Tints of Blue Gem #524190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 28.18%
G = 22.34%
B = 49.48%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#524190 (or 0x524190) is known color: Blue Gem. HEX triplet: 52, 41 and 90. RGB value is (82,65,144). Sum of RGB (Red+Green+Blue) = 82+65+144=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #524190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524190 is #ADBE6F. Grayscale: #4E4E4E. Windows color (decimal): -11386480 or 9453906. OLE color: 9453906.

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

Color convert

RGB 82 65 144 -
CMYK 0.43 0.55 0 0.44
HSL 252.91º 0.38% 0.41% -
HSV(B) 252.91º 0.55% 0.56% -
XYZ 10.4 7.59 27.3 -
YUV 79.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 82 65 144 0.43 0.55 0 0.44 252.91 0.38 0.41
Hex 52 41 90 2B 37 0 2C FD 26 29
Octal 122 101 220 53 67 0 54 375 46 51
Binary 1010010 1000001 10010000 101011 110111 0 101100 11111101 100110 101001

Color Harmonies of #524190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524190

Black with #524190

Text Example


Text Example

White with #524190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524190; }

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

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

background-color css

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

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

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

border-color css

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

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

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