#5167D8

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

Shades of Royal Blue #5167D8

Tints of Royal Blue #5167D8

Color information

#5167D8 (or 0x5167D8) is unknown color: approx Royal Blue. HEX triplet: 51, 67 and D8. RGB value is (81,103,216). Sum of RGB (Red+Green+Blue) = 81+103+216=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #5167D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5167D8 is #AE9827. Grayscale: #6C6C6C. Windows color (decimal): -11442216 or 14182225. OLE color: 14182225.

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

Color convert

RGB81103216-
CMYK0.620.5200.15
HSL230.22º63.38%58.24%-
HSV(B)230.22º62.5%84.71%-
XYZ20.6416.4167.04-
YUV109.3188.21107.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 216 (84.77% from 255) = 54%
R=20.25%
G=25.75%
B=54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811032160.620.5200.15230.2263.3858.24
Hex5167D83E340Fe63f3a
Octal12114733076640173467772
Binary10100011100111110110001111101101000111111100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5167D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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