#5256E0

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

Shades of Royal Blue #5256E0

Tints of Royal Blue #5256E0

Color information

#5256E0 (or 0x5256E0) is unknown color: approx Royal Blue. HEX triplet: 52, 56 and E0. RGB value is (82,86,224). Sum of RGB (Red+Green+Blue) = 82+86+224=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #5256E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256E0 is #ADA91F. Grayscale: #636363. Windows color (decimal): -11381024 or 14702162. OLE color: 14702162.

HSL color Cylindrical-coordinate representation of color #5256E0: hue angle of 238.31º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5256E0 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8286224-
CMYK0.630.6200.12
HSL238.31º69.61%60%-
HSV(B)238.31º63.39%87.84%-
XYZ20.2613.8372.12-
YUV100.54197.67114.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 224 (87.89% from 255) = 57.14%
R=20.92%
G=21.94%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82862240.630.6200.12238.3169.6160
Hex5256E03F3E0Cee463c
Octal122126340777601435610674
Binary101001010101101110000011111111111001100111011101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5256E0; }

 p { color: rgb(82,86,224); }

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

<style>
 a { background-color: #5256E0; }

 a { background-color: rgb(82,86,224); }

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

<style>
 span { border-color: #5256E0; }

 span { border-color: rgb(82,86,224); }

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