#5D71EE

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

Shades of Royal Blue #5D71EE

Tints of Royal Blue #5D71EE

Color information

#5D71EE (or 0x5D71EE) is unknown color: approx Royal Blue. HEX triplet: 5D, 71 and EE. RGB value is (93,113,238). Sum of RGB (Red+Green+Blue) = 93+113+238=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D71EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D71EE is #A28E11. Grayscale: #787878. Windows color (decimal): -10653202 or 15626589. OLE color: 15626589.

HSL color Cylindrical-coordinate representation of color #5D71EE: hue angle of 231.72º degrees, saturation: 0.81, 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 #5D71EE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93113238-
CMYK0.610.5300.07
HSL231.72º81.01%64.9%-
HSV(B)231.72º60.92%93.33%-
XYZ25.8520.3183.45-
YUV121.27193.87107.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.95%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 238 (93.36% from 255) = 53.60%
R=20.95%
G=25.45%
B=53.60%

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
Decimal931132380.610.5300.07231.7281.0164.9
Hex5D71EE3D3507e85141
Octal135161356756507350121101
Binary101110111100011110111011110111010101111110100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D71EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,113,238); }

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

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

 a { background-color: rgb(93,113,238); }

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

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

 span { border-color: rgb(93,113,238); }

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