#526CEA

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

Shades of Royal Blue #526CEA

Tints of Royal Blue #526CEA

Color information

#526CEA (or 0x526CEA) is unknown color: approx Royal Blue. HEX triplet: 52, 6C and EA. RGB value is (82,108,234). Sum of RGB (Red+Green+Blue) = 82+108+234=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #526CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CEA is #AD9315. Grayscale: #727272. Windows color (decimal): -11375382 or 15363154. OLE color: 15363154.

HSL color Cylindrical-coordinate representation of color #526CEA: hue angle of 229.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526CEA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82108234-
CMYK0.650.5400.08
HSL229.74º78.35%61.96%-
HSV(B)229.74º64.96%91.76%-
XYZ23.6918.4680.16-
YUV114.59195.39104.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.34%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 234 (91.80% from 255) = 55.19%
R=19.34%
G=25.47%
B=55.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821082340.650.5400.08229.7478.3561.96
Hex526CEA413608e64e3e
Octal1221543521016601034611676
Binary1010010110110011101010100000111011001000111001101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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