Html Css Color HEX #524998 Blue Gem

📋 copy color: '#524998'

red 82 ◦ green 73 ◦ blue 152

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

Shades of Blue Gem #524998

Tints of Blue Gem #524998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 26.71%
G = 23.78%
B = 49.51%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#524998 (or 0x524998) is known color: Blue Gem. HEX triplet: 52, 49 and 98. RGB value is (82,73,152). Sum of RGB (Red+Green+Blue) = 82+73+152=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #524998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524998 is #ADB667. Grayscale: #545454. Windows color (decimal): -11384424 or 9980242. OLE color: 9980242.

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

Color convert

RGB 82 73 152 -
CMYK 0.46 0.52 0 0.40
HSL 246.84º 0.35% 0.44% -
HSV(B) 246.84º 0.52% 0.6% -
XYZ 11.53 8.83 30.8 -
YUV 84.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 82 73 152 0.46 0.52 0 0.40 246.84 0.35 0.44
Hex 52 49 98 2E 34 0 28 F7 23 2C
Octal 122 111 230 56 64 0 50 367 43 54
Binary 1010010 1001001 10011000 101110 110100 0 101000 11110111 100011 101100

Color Harmonies of #524998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524998

Black with #524998

Text Example


Text Example

White with #524998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524998; }

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

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

background-color css

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

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

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

border-color css

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

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

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