#5A6CE5

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

Shades of Royal Blue #5A6CE5

Tints of Royal Blue #5A6CE5

Color information

#5A6CE5 (or 0x5A6CE5) is unknown color: approx Royal Blue. HEX triplet: 5A, 6C and E5. RGB value is (90,108,229). Sum of RGB (Red+Green+Blue) = 90+108+229=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A6CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CE5 is #A5931A. Grayscale: #737373. Windows color (decimal): -10851099 or 15035482. OLE color: 15035482.

HSL color Cylindrical-coordinate representation of color #5A6CE5: hue angle of 232.23º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A6CE5 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90108229-
CMYK0.610.5300.10
HSL232.23º72.77%62.55%-
HSV(B)232.23º60.7%89.8%-
XYZ23.7218.5676.46-
YUV116.41191.54109.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.08%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 229 (89.84% from 255) = 53.63%
R=21.08%
G=25.29%
B=53.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal901082290.610.5300.10232.2372.7762.55
Hex5A6CE53D350Ae8493f
Octal132154345756501235011177
Binary101101011011001110010111110111010101010111010001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,229); }

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

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

 a { background-color: rgb(90,108,229); }

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

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

 span { border-color: rgb(90,108,229); }

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