#517BE5

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

Shades of Royal Blue #517BE5

Tints of Royal Blue #517BE5

Color information

#517BE5 (or 0x517BE5) is unknown color: approx Royal Blue. HEX triplet: 51, 7B and E5. RGB value is (81,123,229). Sum of RGB (Red+Green+Blue) = 81+123+229=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #517BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BE5 is #AE841A. Grayscale: #7A7A7A. Windows color (decimal): -11437083 or 15039313. OLE color: 15039313.

HSL color Cylindrical-coordinate representation of color #517BE5: hue angle of 222.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #517BE5 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81123229-
CMYK0.650.4600.10
HSL222.97º74%60.78%-
HSV(B)222.97º64.63%89.8%-
XYZ24.6221.5777-
YUV122.53188.0998.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 229 (89.84% from 255) = 52.89%
R=18.71%
G=28.41%
B=52.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811232290.650.4600.10222.977460.78
Hex517BE5412E0Adf4a3d
Octal1211733451015601233711275
Binary1010001111101111100101100000110111001010110111111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517BE5; }

 p { color: rgb(81,123,229); }

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

<style>
 a { background-color: #517BE5; }

 a { background-color: rgb(81,123,229); }

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

<style>
 span { border-color: #517BE5; }

 span { border-color: rgb(81,123,229); }

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