#523DB1

Color #523DB1 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #523DB1

Tints of Rich Blue #523DB1

Color information

#523DB1 (or 0x523DB1) is unknown color: approx Rich Blue. HEX triplet: 52, 3D and B1. RGB value is (82,61,177). Sum of RGB (Red+Green+Blue) = 82+61+177=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #523DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DB1 is #ADC24E. Grayscale: #505050. Windows color (decimal): -11387471 or 11615570. OLE color: 11615570.

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

Color convert

RGB8261177-
CMYK0.540.6600.31
HSL250.86º48.74%46.67%-
HSV(B)250.86º65.54%69.41%-
XYZ13.088.3142.51-
YUV80.5182.46129.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 177 (69.53% from 255) = 55.31%
R=25.62%
G=19.06%
B=55.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82611770.540.6600.31250.8648.7446.67
Hex523DB1364201Ffb312f
Octal12275261661020373736157
Binary101001011110110110001110110100001001111111111011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #523DB1;
 }
 .AnyTagClassName
 {
   color: #523DB1;
 }
</style>
background-color css

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

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

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

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

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

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