#5B69EB

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

Shades of Royal Blue #5B69EB

Tints of Royal Blue #5B69EB

Color information

#5B69EB (or 0x5B69EB) is unknown color: approx Royal Blue. HEX triplet: 5B, 69 and EB. RGB value is (91,105,235). Sum of RGB (Red+Green+Blue) = 91+105+235=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B69EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B69EB is #A49614. Grayscale: #737373. Windows color (decimal): -10786325 or 15427931. OLE color: 15427931.

HSL color Cylindrical-coordinate representation of color #5B69EB: hue angle of 234.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B69EB is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91105235-
CMYK0.610.5500.08
HSL234.17º78.26%63.92%-
HSV(B)234.17º61.28%92.16%-
XYZ24.3618.3380.85-
YUV115.63195.36110.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 235 (92.19% from 255) = 54.52%
R=21.11%
G=24.36%
B=54.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911052350.610.5500.08234.1778.2663.92
Hex5B69EB3D3708ea4e40
Octal1331513537567010352116100
Binary1011011110100111101011111101110111010001110101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,235); }

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

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

 a { background-color: rgb(91,105,235); }

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

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

 span { border-color: rgb(91,105,235); }

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