#5D67EB

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

Shades of Royal Blue #5D67EB

Tints of Royal Blue #5D67EB

Color information

#5D67EB (or 0x5D67EB) is unknown color: approx Royal Blue. HEX triplet: 5D, 67 and EB. RGB value is (93,103,235). Sum of RGB (Red+Green+Blue) = 93+103+235=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D67EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D67EB is #A29814. Grayscale: #727272. Windows color (decimal): -10655765 or 15427421. OLE color: 15427421.

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

Color convert

RGB93103235-
CMYK0.600.5600.08
HSL235.77º78.02%64.31%-
HSV(B)235.77º60.43%92.16%-
XYZ24.3618.0380.79-
YUV115.06195.69112.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.58%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 235 (92.19% from 255) = 54.52%
R=21.58%
G=23.90%
B=54.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931032350.600.5600.08235.7778.0264.31
Hex5D67EB3C3808ec4e40
Octal1351473537470010354116100
Binary1011101110011111101011111100111000010001110110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D67EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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