Html Css Color HEX #524594 Blue Gem

📋 copy color: '#524594'

red 82 ◦ green 69 ◦ blue 148

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

Shades of Blue Gem #524594

Tints of Blue Gem #524594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 27.42%
G = 23.08%
B = 49.5%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#524594 (or 0x524594) is known color: Blue Gem. HEX triplet: 52, 45 and 94. RGB value is (82,69,148). Sum of RGB (Red+Green+Blue) = 82+69+148=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #524594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524594 is #ADBA6B. Grayscale: #515151. Windows color (decimal): -11385452 or 9717074. OLE color: 9717074.

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

Color convert

RGB 82 69 148 -
CMYK 0.45 0.53 0 0.42
HSL 249.87º 0.36% 0.43% -
HSV(B) 249.87º 0.53% 0.58% -
XYZ 10.95 8.19 29.02 -
YUV 81.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 82 69 148 0.45 0.53 0 0.42 249.87 0.36 0.43
Hex 52 45 94 2D 35 0 2A FA 24 2B
Octal 122 105 224 55 65 0 52 372 44 53
Binary 1010010 1000101 10010100 101101 110101 0 101010 11111010 100100 101011

Color Harmonies of #524594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524594

Black with #524594

Text Example


Text Example

White with #524594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524594; }

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

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

background-color css

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

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

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

border-color css

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

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

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