#5672D7

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

Shades of Royal Blue #5672D7

Tints of Royal Blue #5672D7

Color information

#5672D7 (or 0x5672D7) is unknown color: approx Royal Blue. HEX triplet: 56, 72 and D7. RGB value is (86,114,215). Sum of RGB (Red+Green+Blue) = 86+114+215=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #5672D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672D7 is #A98D28. Grayscale: #747474. Windows color (decimal): -11111721 or 14119510. OLE color: 14119510.

HSL color Cylindrical-coordinate representation of color #5672D7: hue angle of 226.98º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5672D7 is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86114215-
CMYK0.60.4700.16
HSL226.98º61.72%59.02%-
HSV(B)226.98º60%84.31%-
XYZ22.1218.9266.78-
YUV117.14183.22105.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.72%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 215 (84.38% from 255) = 51.81%
R=20.72%
G=27.47%
B=51.81%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861142150.60.4700.16226.9861.7259.02
Hex5672D73C2F010e33e3b
Octal12616232774570203437673
Binary101011011100101101011111110010111101000011100011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5672D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5672D7; }

 p { color: rgb(86,114,215); }

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

<style>
 a { background-color: #5672D7; }

 a { background-color: rgb(86,114,215); }

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

<style>
 span { border-color: #5672D7; }

 span { border-color: rgb(86,114,215); }

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