#5375D9

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

Shades of Royal Blue #5375D9

Tints of Royal Blue #5375D9

Color information

#5375D9 (or 0x5375D9) is unknown color: approx Royal Blue. HEX triplet: 53, 75 and D9. RGB value is (83,117,217). Sum of RGB (Red+Green+Blue) = 83+117+217=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #5375D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5375D9 is #AC8A26. Grayscale: #757575. Windows color (decimal): -11307559 or 14251347. OLE color: 14251347.

HSL color Cylindrical-coordinate representation of color #5375D9: hue angle of 224.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5375D9 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83117217-
CMYK0.620.4600.15
HSL224.78º63.81%58.82%-
HSV(B)224.78º61.75%85.1%-
XYZ22.4519.5768.24-
YUV118.23183.74102.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.90%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 217 (85.16% from 255) = 52.04%
R=19.90%
G=28.06%
B=52.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831172170.620.4600.15224.7863.8158.82
Hex5375D93E2E0Fe1403b
Octal123165331765601734110073
Binary101001111101011101100111111010111001111111000011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5375D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5375D9; }

 p { color: rgb(83,117,217); }

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

<style>
 a { background-color: #5375D9; }

 a { background-color: rgb(83,117,217); }

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

<style>
 span { border-color: #5375D9; }

 span { border-color: rgb(83,117,217); }

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