#525DB5

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

Shades of Rich Blue #525DB5

Tints of Rich Blue #525DB5

Color information

#525DB5 (or 0x525DB5) is unknown color: approx Rich Blue. HEX triplet: 52, 5D and B5. RGB value is (82,93,181). Sum of RGB (Red+Green+Blue) = 82+93+181=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #525DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DB5 is #ADA24A. Grayscale: #636363. Windows color (decimal): -11379275 or 11885906. OLE color: 11885906.

HSL color Cylindrical-coordinate representation of color #525DB5: hue angle of 233.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525DB5 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8293181-
CMYK0.550.4900.29
HSL233.33º40.08%51.57%-
HSV(B)233.33º54.7%70.98%-
XYZ15.7312.9645.39-
YUV99.74173.86115.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=23.03%
G=26.12%
B=50.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82931810.550.4900.29233.3340.0851.57
Hex525DB5373101De92834
Octal12213526567610353515064
Binary101001010111011011010111011111000101110111101001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525DB5; }

 p { color: rgb(82,93,181); }

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

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

 a { background-color: rgb(82,93,181); }

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

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

 span { border-color: rgb(82,93,181); }

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