#5C71E3

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

Shades of Royal Blue #5C71E3

Tints of Royal Blue #5C71E3

Color information

#5C71E3 (or 0x5C71E3) is unknown color: approx Royal Blue. HEX triplet: 5C, 71 and E3. RGB value is (92,113,227). Sum of RGB (Red+Green+Blue) = 92+113+227=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #5C71E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C71E3 is #A38E1C. Grayscale: #777777. Windows color (decimal): -10718749 or 14905692. OLE color: 14905692.

HSL color Cylindrical-coordinate representation of color #5C71E3: hue angle of 230.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C71E3 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB92113227-
CMYK0.590.5000.11
HSL230.67º70.68%62.55%-
HSV(B)230.67º59.47%89.02%-
XYZ24.1819.6375.19-
YUV119.72188.54108.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.30%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 227 (89.06% from 255) = 52.55%
R=21.30%
G=26.16%
B=52.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal921132270.590.5000.11230.6770.6862.55
Hex5C71E33B320Be7473f
Octal134161343736201334710777
Binary101110011100011110001111101111001001011111001111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C71E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,113,227); }

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

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

 a { background-color: rgb(92,113,227); }

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

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

 span { border-color: rgb(92,113,227); }

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