#5968EF

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

Shades of Royal Blue #5968EF

Tints of Royal Blue #5968EF

Color information

#5968EF (or 0x5968EF) is unknown color: approx Royal Blue. HEX triplet: 59, 68 and EF. RGB value is (89,104,239). Sum of RGB (Red+Green+Blue) = 89+104+239=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #5968EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5968EF is #A69710. Grayscale: #727272. Windows color (decimal): -10917649 or 15689817. OLE color: 15689817.

HSL color Cylindrical-coordinate representation of color #5968EF: hue angle of 234º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5968EF is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89104239-
CMYK0.630.5600.06
HSL234º82.42%64.31%-
HSV(B)234º62.76%93.73%-
XYZ24.6518.2683.89-
YUV114.9198.03109.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.60%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 239 (93.75% from 255) = 55.32%
R=20.60%
G=24.07%
B=55.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891042390.630.5600.0623482.4264.31
Hex5968EF3F3806ea5240
Octal131150357777006352122100
Binary101100111010001110111111111111100001101110101010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5968EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5968EF; }

 p { color: rgb(89,104,239); }

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

<style>
 a { background-color: #5968EF; }

 a { background-color: rgb(89,104,239); }

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

<style>
 span { border-color: #5968EF; }

 span { border-color: rgb(89,104,239); }

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