Html Css Color HEX #523EB2 Rich Blue

📋 copy color: '#523EB2'

red 82 ◦ green 62 ◦ blue 178

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

Shades of Rich Blue #523EB2

Tints of Rich Blue #523EB2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

 BLUE value IS 178 (69.92% from 255) = 55.28%

R = 25.47%
G = 19.25%
B = 55.28%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#523EB2 (or 0x523EB2) is known color: Rich Blue. HEX triplet: 52, 3E and B2. RGB value is (82,62,178). Sum of RGB (Red+Green+Blue) = 82+62+178=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #523EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EB2 is #ADC14D. Grayscale: #505050. Windows color (decimal): -11387214 or 11681362. OLE color: 11681362.

HSL color Cylindrical-coordinate representation of color #523EB2: hue angle of 250.34º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523EB2 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 62 178 -
CMYK 0.54 0.65 0 0.30
HSL 250.34º 0.48% 0.47% -
HSV(B) 250.34º 0.65% 0.7% -
XYZ 13.24 8.45 43.05 -
YUV 81.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 82 62 178 0.54 0.65 0 0.30 250.34 0.48 0.47
Hex 52 3E B2 36 41 0 1E FA 30 2F
Octal 122 76 262 66 101 0 36 372 60 57
Binary 1010010 111110 10110010 110110 1000001 0 11110 11111010 110000 101111

Color Harmonies of #523EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523EB2

Black with #523EB2

Text Example


Text Example

White with #523EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,62,178); }

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

background-color css

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

 a { background-color: rgb(82,62,178); }

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

border-color css

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

 span { border-color: rgb(82,62,178); }

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