#5D6CE1

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

Shades of Royal Blue #5D6CE1

Tints of Royal Blue #5D6CE1

Color information

#5D6CE1 (or 0x5D6CE1) is unknown color: approx Royal Blue. HEX triplet: 5D, 6C and E1. RGB value is (93,108,225). Sum of RGB (Red+Green+Blue) = 93+108+225=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #5D6CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6CE1 is #A2931E. Grayscale: #747474. Windows color (decimal): -10654495 or 14773341. OLE color: 14773341.

HSL color Cylindrical-coordinate representation of color #5D6CE1: hue angle of 233.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D6CE1 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93108225-
CMYK0.590.5200.12
HSL233.18º68.75%62.35%-
HSV(B)233.18º58.67%88.24%-
XYZ23.4718.4973.57-
YUV116.85189.03110.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.83%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 225 (88.28% from 255) = 52.82%
R=21.83%
G=25.35%
B=52.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal931082250.590.5200.12233.1868.7562.35
Hex5D6CE13B340Ce9453e
Octal135154341736401435110576
Binary101110111011001110000111101111010001100111010011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,108,225); }

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

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

 a { background-color: rgb(93,108,225); }

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

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

 span { border-color: rgb(93,108,225); }

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