#5D79E0

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

Shades of Royal Blue #5D79E0

Tints of Royal Blue #5D79E0

Color information

#5D79E0 (or 0x5D79E0) is unknown color: approx Royal Blue. HEX triplet: 5D, 79 and E0. RGB value is (93,121,224). Sum of RGB (Red+Green+Blue) = 93+121+224=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D79E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D79E0 is #A2861F. Grayscale: #7B7B7B. Windows color (decimal): -10651168 or 14711133. OLE color: 14711133.

HSL color Cylindrical-coordinate representation of color #5D79E0: hue angle of 227.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D79E0 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93121224-
CMYK0.580.4600.12
HSL227.18º67.88%62.16%-
HSV(B)227.18º58.48%87.84%-
XYZ24.8121.3873.34-
YUV124.37184.22105.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.23%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 224 (87.89% from 255) = 51.14%
R=21.23%
G=27.63%
B=51.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal931212240.580.4600.12227.1867.8862.16
Hex5D79E03A2E0Ce3443e
Octal135171340725601434310476
Binary101110111110011110000011101010111001100111000111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D79E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,121,224); }

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

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

 a { background-color: rgb(93,121,224); }

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

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

 span { border-color: rgb(93,121,224); }

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