#526DF5

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

Shades of Royal Blue #526DF5

Tints of Royal Blue #526DF5

Color information

#526DF5 (or 0x526DF5) is unknown color: approx Royal Blue. HEX triplet: 52, 6D and F5. RGB value is (82,109,245). Sum of RGB (Red+Green+Blue) = 82+109+245=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #526DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DF5 is #AD920A. Grayscale: #737373. Windows color (decimal): -11375115 or 16084306. OLE color: 16084306.

HSL color Cylindrical-coordinate representation of color #526DF5: hue angle of 230.06º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526DF5 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82109245-
CMYK0.670.5600.04
HSL230.06º89.07%64.12%-
HSV(B)230.06º66.53%96.08%-
XYZ25.4319.3288.78-
YUV116.43200.55103.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 245 (96.09% from 255) = 56.19%
R=18.81%
G=25%
B=56.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal821092450.670.5600.04230.0689.0764.12
Hex526DF5433804e65940
Octal1221553651037004346131100
Binary1010010110110111110101100001111100001001110011010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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