Html Css Color HEX #524198 Blue Gem

📋 copy color: '#524198'

red 82 ◦ green 65 ◦ blue 152

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

Shades of Blue Gem #524198

Tints of Blue Gem #524198

RGB

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

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

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

R = 27.42%
G = 21.74%
B = 50.84%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#524198 (or 0x524198) is known color: Blue Gem. HEX triplet: 52, 41 and 98. RGB value is (82,65,152). Sum of RGB (Red+Green+Blue) = 82+65+152=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #524198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524198 is #ADBE67. Grayscale: #4F4F4F. Windows color (decimal): -11386472 or 9978194. OLE color: 9978194.

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

Color convert

RGB 82 65 152 -
CMYK 0.46 0.57 0 0.40
HSL 251.72º 0.4% 0.43% -
HSV(B) 251.72º 0.57% 0.6% -
XYZ 11.04 7.84 30.64 -
YUV 80 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 82 65 152 0.46 0.57 0 0.40 251.72 0.4 0.43
Hex 52 41 98 2E 39 0 28 FC 28 2B
Octal 122 101 230 56 71 0 50 374 50 53
Binary 1010010 1000001 10011000 101110 111001 0 101000 11111100 101000 101011

Color Harmonies of #524198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524198

Black with #524198

Text Example


Text Example

White with #524198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524198; }

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

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

background-color css

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

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

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

border-color css

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

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

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