#5D6EEC

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

Shades of Royal Blue #5D6EEC

Tints of Royal Blue #5D6EEC

Color information

#5D6EEC (or 0x5D6EEC) is unknown color: approx Royal Blue. HEX triplet: 5D, 6E and EC. RGB value is (93,110,236). Sum of RGB (Red+Green+Blue) = 93+110+236=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D6EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6EEC is #A29113. Grayscale: #767676. Windows color (decimal): -10653972 or 15494749. OLE color: 15494749.

HSL color Cylindrical-coordinate representation of color #5D6EEC: hue angle of 232.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D6EEC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93110236-
CMYK0.610.5300.07
HSL232.87º79.01%64.51%-
HSV(B)232.87º60.59%92.55%-
XYZ25.2319.5481.8-
YUV119.28193.87109.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.18%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 236 (92.58% from 255) = 53.76%
R=21.18%
G=25.06%
B=53.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931102360.610.5300.07232.8779.0164.51
Hex5D6EEC3D3507e94f41
Octal135156354756507351117101
Binary101110111011101110110011110111010101111110100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6EEC; }

 p { color: rgb(93,110,236); }

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

<style>
 a { background-color: #5D6EEC; }

 a { background-color: rgb(93,110,236); }

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

<style>
 span { border-color: #5D6EEC; }

 span { border-color: rgb(93,110,236); }

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