#5D6DEB

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

Shades of Royal Blue #5D6DEB

Tints of Royal Blue #5D6DEB

Color information

#5D6DEB (or 0x5D6DEB) is unknown color: approx Royal Blue. HEX triplet: 5D, 6D and EB. RGB value is (93,109,235). Sum of RGB (Red+Green+Blue) = 93+109+235=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D6DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6DEB is #A29214. Grayscale: #767676. Windows color (decimal): -10654229 or 15428957. OLE color: 15428957.

HSL color Cylindrical-coordinate representation of color #5D6DEB: hue angle of 233.24º 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 #5D6DEB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93109235-
CMYK0.600.5400.08
HSL233.24º78.02%64.31%-
HSV(B)233.24º60.43%92.16%-
XYZ24.9819.2681-
YUV118.58193.7109.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.28%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 235 (92.19% from 255) = 53.78%
R=21.28%
G=24.94%
B=53.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931092350.600.5400.08233.2478.0264.31
Hex5D6DEB3C3608e94e40
Octal1351553537466010351116100
Binary1011101110110111101011111100110110010001110100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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