#525DBA

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

Shades of Rich Blue #525DBA

Tints of Rich Blue #525DBA

Color information

#525DBA (or 0x525DBA) is unknown color: approx Rich Blue. HEX triplet: 52, 5D and BA. RGB value is (82,93,186). Sum of RGB (Red+Green+Blue) = 82+93+186=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #525DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DBA is #ADA245. Grayscale: #636363. Windows color (decimal): -11379270 or 12213586. OLE color: 12213586.

HSL color Cylindrical-coordinate representation of color #525DBA: hue angle of 233.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525DBA is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8293186-
CMYK0.560.500.27
HSL233.65º42.98%52.55%-
HSV(B)233.65º55.91%72.94%-
XYZ16.2613.1748.14-
YUV100.31176.36114.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=22.71%
G=25.76%
B=51.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82931860.560.500.27233.6542.9852.55
Hex525DBA383201Bea2b35
Octal12213527270620333525365
Binary101001010111011011101011100011001001101111101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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