#5259DD

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

Shades of Royal Blue #5259DD

Tints of Royal Blue #5259DD

Color information

#5259DD (or 0x5259DD) is unknown color: approx Royal Blue. HEX triplet: 52, 59 and DD. RGB value is (82,89,221). Sum of RGB (Red+Green+Blue) = 82+89+221=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #5259DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259DD is #ADA622. Grayscale: #656565. Windows color (decimal): -11380259 or 14506322. OLE color: 14506322.

HSL color Cylindrical-coordinate representation of color #5259DD: hue angle of 236.98º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5259DD is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8289221-
CMYK0.630.6000.13
HSL236.98º67.15%59.41%-
HSV(B)236.98º62.9%86.67%-
XYZ20.114.1670.08-
YUV101.96195.18113.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 221 (86.72% from 255) = 56.38%
R=20.92%
G=22.70%
B=56.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82892210.630.6000.13236.9867.1559.41
Hex5259DD3F3C0Ded433b
Octal122131335777401535510373
Binary101001010110011101110111111111110001101111011011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5259DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5259DD; }

 p { color: rgb(82,89,221); }

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

<style>
 a { background-color: #5259DD; }

 a { background-color: rgb(82,89,221); }

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

<style>
 span { border-color: #5259DD; }

 span { border-color: rgb(82,89,221); }

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