#5b69ef

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

Shades of Royal Blue #5B69EF

Tints of Royal Blue #5B69EF

Color information

#5B69EF (or 0x5B69EF) is unknown color: approx Royal Blue. HEX triplet: 5B, 69 and EF. RGB value is (91,105,239). Sum of RGB (Red+Green+Blue) = 91+105+239=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B69EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B69EF is #A49610. Grayscale: #737373. Windows color (decimal): -10786321 or 15690075. OLE color: 15690075.

HSL color Cylindrical-coordinate representation of color #5B69EF: hue angle of 234.32º 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 #5B69EF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91105239-
CMYK0.620.5600.06
HSL234.32º82.22%64.71%-
HSV(B)234.32º61.92%93.73%-
XYZ24.9518.5683.93-
YUV116.09197.36110.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.92%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 239 (93.75% from 255) = 54.94%
R=20.92%
G=24.14%
B=54.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911052390.620.5600.06234.3282.2264.71
Hex5B69EF3E3806ea5241
Octal133151357767006352122101
Binary101101111010011110111111111011100001101110101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b69ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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