#5267E5

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

Shades of Royal Blue #5267E5

Tints of Royal Blue #5267E5

Color information

#5267E5 (or 0x5267E5) is unknown color: approx Royal Blue. HEX triplet: 52, 67 and E5. RGB value is (82,103,229). Sum of RGB (Red+Green+Blue) = 82+103+229=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #5267E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267E5 is #AD981A. Grayscale: #6E6E6E. Windows color (decimal): -11376667 or 15034194. OLE color: 15034194.

HSL color Cylindrical-coordinate representation of color #5267E5: hue angle of 231.43º degrees, saturation: 0.74, 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 #5267E5 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82103229-
CMYK0.640.5500.10
HSL231.43º73.87%60.98%-
HSV(B)231.43º64.19%89.8%-
XYZ22.4717.1576.25-
YUV111.08194.54107.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 229 (89.84% from 255) = 55.31%
R=19.81%
G=24.88%
B=55.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821032290.640.5500.10231.4373.8760.98
Hex5267E540370Ae74a3d
Octal1221473451006701234711275
Binary1010010110011111100101100000011011101010111001111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5267E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5267E5; }

 p { color: rgb(82,103,229); }

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

<style>
 a { background-color: #5267E5; }

 a { background-color: rgb(82,103,229); }

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

<style>
 span { border-color: #5267E5; }

 span { border-color: rgb(82,103,229); }

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