Html Css Color HEX #524798 Blue Gem

📋 copy color: '#524798'

red 82 ◦ green 71 ◦ blue 152

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

Shades of Blue Gem #524798

Tints of Blue Gem #524798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 26.89%
G = 23.28%
B = 49.84%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#524798 (or 0x524798) is known color: Blue Gem. HEX triplet: 52, 47 and 98. RGB value is (82,71,152). Sum of RGB (Red+Green+Blue) = 82+71+152=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #524798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524798 is #ADB867. Grayscale: #535353. Windows color (decimal): -11384936 or 9979730. OLE color: 9979730.

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

Color convert

RGB 82 71 152 -
CMYK 0.46 0.53 0 0.40
HSL 248.15º 0.36% 0.44% -
HSV(B) 248.15º 0.53% 0.6% -
XYZ 11.4 8.57 30.76 -
YUV 83.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 82 71 152 0.46 0.53 0 0.40 248.15 0.36 0.44
Hex 52 47 98 2E 35 0 28 F8 24 2C
Octal 122 107 230 56 65 0 50 370 44 54
Binary 1010010 1000111 10011000 101110 110101 0 101000 11111000 100100 101100

Color Harmonies of #524798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524798

Black with #524798

Text Example


Text Example

White with #524798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524798; }

 p { color: rgb(82,71,152); }

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

background-color css

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

 a { background-color: rgb(82,71,152); }

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

border-color css

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

 span { border-color: rgb(82,71,152); }

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