#5A6BEF

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

Shades of Royal Blue #5A6BEF

Tints of Royal Blue #5A6BEF

Color information

#5A6BEF (or 0x5A6BEF) is unknown color: approx Royal Blue. HEX triplet: 5A, 6B and EF. RGB value is (90,107,239). Sum of RGB (Red+Green+Blue) = 90+107+239=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A6BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6BEF is #A59410. Grayscale: #747474. Windows color (decimal): -10851345 or 15690586. OLE color: 15690586.

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

Color convert

RGB90107239-
CMYK0.620.5500.06
HSL233.15º82.32%64.51%-
HSV(B)233.15º62.34%93.73%-
XYZ25.0518.9283.99-
YUV116.96196.87108.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.64%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 239 (93.75% from 255) = 54.82%
R=20.64%
G=24.54%
B=54.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal901072390.620.5500.06233.1582.3264.51
Hex5A6BEF3E3706e95241
Octal132153357766706351122101
Binary101101011010111110111111111011011101101110100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,239); }

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

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

 a { background-color: rgb(90,107,239); }

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

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

 span { border-color: rgb(90,107,239); }

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