Html Css Color HEX #523C92 Blue Gem

📋 copy color: '#523C92'

red 82 ◦ green 60 ◦ blue 146

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

Shades of Blue Gem #523C92

Tints of Blue Gem #523C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

 BLUE value IS 146 (57.42% from 255) = 50.69%

R = 28.47%
G = 20.83%
B = 50.69%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#523C92 (or 0x523C92) is known color: Blue Gem. HEX triplet: 52, 3C and 92. RGB value is (82,60,146). Sum of RGB (Red+Green+Blue) = 82+60+146=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #523C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C92 is #ADC36D. Grayscale: #4C4C4C. Windows color (decimal): -11387758 or 9583698. OLE color: 9583698.

HSL color Cylindrical-coordinate representation of color #523C92: hue angle of 255.35º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523C92 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 60 146 -
CMYK 0.44 0.59 0 0.43
HSL 255.35º 0.42% 0.4% -
HSV(B) 255.35º 0.59% 0.57% -
XYZ 10.28 7.1 28.02 -
YUV 76.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 82 60 146 0.44 0.59 0 0.43 255.35 0.42 0.4
Hex 52 3C 92 2C 3B 0 2B FF 2A 28
Octal 122 74 222 54 73 0 53 377 52 50
Binary 1010010 111100 10010010 101100 111011 0 101011 11111111 101010 101000

Color Harmonies of #523C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C92

Black with #523C92

Text Example


Text Example

White with #523C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523C92; }

 p { color: rgb(82,60,146); }

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

background-color css

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

 a { background-color: rgb(82,60,146); }

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

border-color css

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

 span { border-color: rgb(82,60,146); }

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