#5D65EB

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

Shades of Royal Blue #5D65EB

Tints of Royal Blue #5D65EB

Color information

#5D65EB (or 0x5D65EB) is unknown color: approx Royal Blue. HEX triplet: 5D, 65 and EB. RGB value is (93,101,235). Sum of RGB (Red+Green+Blue) = 93+101+235=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D65EB is #A29A14. Grayscale: #717171. Windows color (decimal): -10656277 or 15426909. OLE color: 15426909.

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

Color convert

RGB93101235-
CMYK0.600.5700.08
HSL236.62º78.02%64.31%-
HSV(B)236.62º60.43%92.16%-
XYZ24.1617.6380.73-
YUV113.88196.35113.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 235 (92.19% from 255) = 54.78%
R=21.68%
G=23.54%
B=54.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931012350.600.5700.08236.6278.0264.31
Hex5D65EB3C3908ed4e40
Octal1351453537471010355116100
Binary1011101110010111101011111100111001010001110110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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