#525DB0

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

Shades of Rich Blue #525DB0

Tints of Rich Blue #525DB0

Color information

#525DB0 (or 0x525DB0) is unknown color: approx Rich Blue. HEX triplet: 52, 5D and B0. RGB value is (82,93,176). Sum of RGB (Red+Green+Blue) = 82+93+176=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #525DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DB0 is #ADA24F. Grayscale: #626262. Windows color (decimal): -11379280 or 11558226. OLE color: 11558226.

HSL color Cylindrical-coordinate representation of color #525DB0: hue angle of 232.98º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525DB0 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8293176-
CMYK0.530.4700.31
HSL232.98º37.3%50.59%-
HSV(B)232.98º53.41%69.02%-
XYZ15.2312.7642.73-
YUV99.17171.36115.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=23.36%
G=26.50%
B=50.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82931760.530.4700.31232.9837.350.59
Hex525DB0352F01Fe92533
Octal12213526065570373514563
Binary101001010111011011000011010110111101111111101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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