#5C69E1

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

Shades of Royal Blue #5C69E1

Tints of Royal Blue #5C69E1

Color information

#5C69E1 (or 0x5C69E1) is unknown color: approx Royal Blue. HEX triplet: 5C, 69 and E1. RGB value is (92,105,225). Sum of RGB (Red+Green+Blue) = 92+105+225=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #5C69E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C69E1 is #A3961E. Grayscale: #727272. Windows color (decimal): -10720799 or 14772572. OLE color: 14772572.

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

Color convert

RGB92105225-
CMYK0.590.5300.12
HSL234.14º68.91%62.16%-
HSV(B)234.14º59.11%88.24%-
XYZ23.0617.8173.46-
YUV114.79190.19111.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.80%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 225 (88.28% from 255) = 53.32%
R=21.80%
G=24.88%
B=53.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal921052250.590.5300.12234.1468.9162.16
Hex5C69E13B350Cea453e
Octal134151341736501435210576
Binary101110011010011110000111101111010101100111010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C69E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,105,225); }

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

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

 a { background-color: rgb(92,105,225); }

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

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

 span { border-color: rgb(92,105,225); }

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