#526CD7

Color #526CD7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #526CD7

Tints of Royal Blue #526CD7

Color information

#526CD7 (or 0x526CD7) is unknown color: approx Royal Blue. HEX triplet: 52, 6C and D7. RGB value is (82,108,215). Sum of RGB (Red+Green+Blue) = 82+108+215=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #526CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CD7 is #AD9328. Grayscale: #6F6F6F. Windows color (decimal): -11375401 or 14117970. OLE color: 14117970.

HSL color Cylindrical-coordinate representation of color #526CD7: hue angle of 228.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526CD7 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB82108215-
CMYK0.620.5000.16
HSL228.27º62.44%58.24%-
HSV(B)228.27º61.86%84.31%-
XYZ21.1117.4366.54-
YUV112.42185.89106.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 215 (84.38% from 255) = 53.09%
R=20.25%
G=26.67%
B=53.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal821082150.620.5000.16228.2762.4458.24
Hex526CD73E32010e43e3a
Octal12215432776620203447672
Binary101001011011001101011111111011001001000011100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526CD7; }

 p { color: rgb(82,108,215); }

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

<style>
 a { background-color: #526CD7; }

 a { background-color: rgb(82,108,215); }

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

<style>
 span { border-color: #526CD7; }

 span { border-color: rgb(82,108,215); }

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