Html Css Color HEX #524099 Blue Gem

📋 copy color: '#524099'

red 82 ◦ green 64 ◦ blue 153

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

Shades of Blue Gem #524099

Tints of Blue Gem #524099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 27.42%
G = 21.4%
B = 51.17%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#524099 (or 0x524099) is known color: Blue Gem. HEX triplet: 52, 40 and 99. RGB value is (82,64,153). Sum of RGB (Red+Green+Blue) = 82+64+153=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #524099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524099 is #ADBF66. Grayscale: #4F4F4F. Windows color (decimal): -11386727 or 10043474. OLE color: 10043474.

HSL color Cylindrical-coordinate representation of color #524099: hue angle of 252.13º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524099 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 64 153 -
CMYK 0.46 0.58 0 0.4
HSL 252.13º 0.41% 0.43% -
HSV(B) 252.13º 0.58% 0.6% -
XYZ 11.06 7.76 31.05 -
YUV 79.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 82 64 153 0.46 0.58 0 0.4 252.13 0.41 0.43
Hex 52 40 99 2E 3A 0 28 FC 29 2B
Octal 122 100 231 56 72 0 50 374 51 53
Binary 1010010 1000000 10011001 101110 111010 0 101000 11111100 101001 101011

Color Harmonies of #524099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524099

Black with #524099

Text Example


Text Example

White with #524099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524099; }

 p { color: rgb(82,64,153); }

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

background-color css

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

 a { background-color: rgb(82,64,153); }

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

border-color css

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

 span { border-color: rgb(82,64,153); }

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