#527AE6

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

Shades of Royal Blue #527AE6

Tints of Royal Blue #527AE6

Color information

#527AE6 (or 0x527AE6) is unknown color: approx Royal Blue. HEX triplet: 52, 7A and E6. RGB value is (82,122,230). Sum of RGB (Red+Green+Blue) = 82+122+230=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #527AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AE6 is #AD8519. Grayscale: #797979. Windows color (decimal): -11371802 or 15104594. OLE color: 15104594.

HSL color Cylindrical-coordinate representation of color #527AE6: hue angle of 223.78º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #527AE6 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82122230-
CMYK0.640.4700.10
HSL223.78º74.75%61.18%-
HSV(B)223.78º64.35%90.2%-
XYZ24.7221.4377.7-
YUV122.35188.7599.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 230 (90.23% from 255) = 53.00%
R=18.89%
G=28.11%
B=53.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821222300.640.4700.10223.7874.7561.18
Hex527AE6402F0Ae04b3d
Octal1221723461005701234011375
Binary1010010111101011100110100000010111101010111000001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527AE6; }

 p { color: rgb(82,122,230); }

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

<style>
 a { background-color: #527AE6; }

 a { background-color: rgb(82,122,230); }

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

<style>
 span { border-color: #527AE6; }

 span { border-color: rgb(82,122,230); }

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