Html Css Color HEX #523DB2 Rich Blue

📋 copy color: '#523DB2'

red 82 ◦ green 61 ◦ blue 178

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

Shades of Rich Blue #523DB2

Tints of Rich Blue #523DB2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 25.55%
G = 19%
B = 55.45%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#523DB2 (or 0x523DB2) is known color: Rich Blue. HEX triplet: 52, 3D and B2. RGB value is (82,61,178). Sum of RGB (Red+Green+Blue) = 82+61+178=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #523DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DB2 is #ADC24D. Grayscale: #505050. Windows color (decimal): -11387470 or 11681106. OLE color: 11681106.

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

Color convert

RGB 82 61 178 -
CMYK 0.54 0.66 0 0.30
HSL 250.77º 0.49% 0.47% -
HSV(B) 250.77º 0.66% 0.7% -
XYZ 13.18 8.35 43.04 -
YUV 80.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 82 61 178 0.54 0.66 0 0.30 250.77 0.49 0.47
Hex 52 3D B2 36 42 0 1E FB 31 2F
Octal 122 75 262 66 102 0 36 373 61 57
Binary 1010010 111101 10110010 110110 1000010 0 11110 11111011 110001 101111

Color Harmonies of #523DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DB2

Black with #523DB2

Text Example


Text Example

White with #523DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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