#5D69EA

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

Shades of Royal Blue #5D69EA

Tints of Royal Blue #5D69EA

Color information

#5D69EA (or 0x5D69EA) is unknown color: approx Royal Blue. HEX triplet: 5D, 69 and EA. RGB value is (93,105,234). Sum of RGB (Red+Green+Blue) = 93+105+234=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D69EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D69EA is #A29615. Grayscale: #737373. Windows color (decimal): -10655254 or 15362397. OLE color: 15362397.

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

Color convert

RGB93105234-
CMYK0.600.5500.08
HSL234.89º77.05%64.12%-
HSV(B)234.89º60.26%91.76%-
XYZ24.4218.3780.1-
YUV116.12194.52111.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.53%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 234 (91.80% from 255) = 54.17%
R=21.53%
G=24.31%
B=54.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931052340.600.5500.08234.8977.0564.12
Hex5D69EA3C3708eb4d40
Octal1351513527467010353115100
Binary1011101110100111101010111100110111010001110101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,105,234); }

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

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

 a { background-color: rgb(93,105,234); }

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

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

 span { border-color: rgb(93,105,234); }

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