#5D6EEB

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

Shades of Royal Blue #5D6EEB

Tints of Royal Blue #5D6EEB

Color information

#5D6EEB (or 0x5D6EEB) is unknown color: approx Royal Blue. HEX triplet: 5D, 6E and EB. RGB value is (93,110,235). Sum of RGB (Red+Green+Blue) = 93+110+235=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D6EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6EEB is #A29114. Grayscale: #767676. Windows color (decimal): -10653973 or 15429213. OLE color: 15429213.

HSL color Cylindrical-coordinate representation of color #5D6EEB: hue angle of 232.82º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D6EEB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93110235-
CMYK0.600.5300.08
HSL232.82º78.02%64.31%-
HSV(B)232.82º60.43%92.16%-
XYZ25.0919.4881.03-
YUV119.17193.37109.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.23%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 235 (92.19% from 255) = 53.65%
R=21.23%
G=25.11%
B=53.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931102350.600.5300.08232.8278.0264.31
Hex5D6EEB3C3508e94e40
Octal1351563537465010351116100
Binary1011101110111011101011111100110101010001110100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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