#5167D6

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

Shades of Royal Blue #5167D6

Tints of Royal Blue #5167D6

Color information

#5167D6 (or 0x5167D6) is unknown color: approx Royal Blue. HEX triplet: 51, 67 and D6. RGB value is (81,103,214). Sum of RGB (Red+Green+Blue) = 81+103+214=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #5167D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5167D6 is #AE9829. Grayscale: #6C6C6C. Windows color (decimal): -11442218 or 14051153. OLE color: 14051153.

HSL color Cylindrical-coordinate representation of color #5167D6: hue angle of 230.08º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5167D6 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81103214-
CMYK0.620.5200.16
HSL230.08º61.86%57.84%-
HSV(B)230.08º62.15%83.92%-
XYZ20.3816.365.69-
YUV109.08187.21107.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.35%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 214 (83.98% from 255) = 53.77%
R=20.35%
G=25.88%
B=53.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811032140.620.5200.16230.0861.8657.84
Hex5167D63E34010e63e3a
Octal12114732676640203467672
Binary101000111001111101011011111011010001000011100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5167D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5167D6; }

 p { color: rgb(81,103,214); }

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

<style>
 a { background-color: #5167D6; }

 a { background-color: rgb(81,103,214); }

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

<style>
 span { border-color: #5167D6; }

 span { border-color: rgb(81,103,214); }

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