#526DCD

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

Shades of Royal Blue #526DCD

Tints of Royal Blue #526DCD

Color information

#526DCD (or 0x526DCD) is unknown color: approx Royal Blue. HEX triplet: 52, 6D and CD. RGB value is (82,109,205). Sum of RGB (Red+Green+Blue) = 82+109+205=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #526DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DCD is #AD9232. Grayscale: #6F6F6F. Windows color (decimal): -11375155 or 13462866. OLE color: 13462866.

HSL color Cylindrical-coordinate representation of color #526DCD: hue angle of 226.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526DCD is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82109205-
CMYK0.60.4700.20
HSL226.83º55.16%56.27%-
HSV(B)226.83º60%80.39%-
XYZ19.9717.1460.01-
YUV111.87180.55106.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 205 (80.47% from 255) = 51.77%
R=20.71%
G=27.53%
B=51.77%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821092050.60.4700.20226.8355.1656.27
Hex526DCD3C2F014e33738
Octal12215531574570243436770
Binary101001011011011100110111110010111101010011100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,205); }

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

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

 a { background-color: rgb(82,109,205); }

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

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

 span { border-color: rgb(82,109,205); }

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