#5D72EE

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

Shades of Royal Blue #5D72EE

Tints of Royal Blue #5D72EE

Color information

#5D72EE (or 0x5D72EE) is unknown color: approx Royal Blue. HEX triplet: 5D, 72 and EE. RGB value is (93,114,238). Sum of RGB (Red+Green+Blue) = 93+114+238=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D72EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D72EE is #A28D11. Grayscale: #797979. Windows color (decimal): -10652946 or 15626845. OLE color: 15626845.

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

Color convert

RGB93114238-
CMYK0.610.5200.07
HSL231.31º81.01%64.9%-
HSV(B)231.31º60.92%93.33%-
XYZ25.9620.5383.48-
YUV121.86193.54107.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.90%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 238 (93.36% from 255) = 53.48%
R=20.90%
G=25.62%
B=53.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931142380.610.5200.07231.3181.0164.9
Hex5D72EE3D3407e75141
Octal135162356756407347121101
Binary101110111100101110111011110111010001111110011110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D72EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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