#5D76EF

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

Shades of Royal Blue #5D76EF

Tints of Royal Blue #5D76EF

Color information

#5D76EF (or 0x5D76EF) is unknown color: approx Royal Blue. HEX triplet: 5D, 76 and EF. RGB value is (93,118,239). Sum of RGB (Red+Green+Blue) = 93+118+239=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D76EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D76EF is #A28910. Grayscale: #7B7B7B. Windows color (decimal): -10651921 or 15693405. OLE color: 15693405.

HSL color Cylindrical-coordinate representation of color #5D76EF: hue angle of 229.73º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D76EF is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB93118239-
CMYK0.610.5100.06
HSL229.73º82.02%65.1%-
HSV(B)229.73º61.09%93.73%-
XYZ26.5721.5284.41-
YUV124.32192.72105.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.67%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 239 (93.75% from 255) = 53.11%
R=20.67%
G=26.22%
B=53.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal931182390.610.5100.06229.7382.0265.1
Hex5D76EF3D3306e65241
Octal135166357756306346122101
Binary101110111101101110111111110111001101101110011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D76EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,118,239); }

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

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

 a { background-color: rgb(93,118,239); }

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

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

 span { border-color: rgb(93,118,239); }

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