#526ECD

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

Shades of Royal Blue #526ECD

Tints of Royal Blue #526ECD

Color information

#526ECD (or 0x526ECD) is unknown color: approx Royal Blue. HEX triplet: 52, 6E and CD. RGB value is (82,110,205). Sum of RGB (Red+Green+Blue) = 82+110+205=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #526ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECD is #AD9132. Grayscale: #707070. Windows color (decimal): -11374899 or 13463122. OLE color: 13463122.

HSL color Cylindrical-coordinate representation of color #526ECD: hue angle of 226.34º 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 #526ECD is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82110205-
CMYK0.60.4600.20
HSL226.34º55.16%56.27%-
HSV(B)226.34º60%80.39%-
XYZ20.0817.3560.05-
YUV112.46180.22106.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=20.65%
G=27.71%
B=51.64%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821102050.60.4600.20226.3455.1656.27
Hex526ECD3C2E014e23738
Octal12215631574560243426770
Binary101001011011101100110111110010111001010011100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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