#5965ED

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

Shades of Royal Blue #5965ED

Tints of Royal Blue #5965ED

Color information

#5965ED (or 0x5965ED) is unknown color: approx Royal Blue. HEX triplet: 59, 65 and ED. RGB value is (89,101,237). Sum of RGB (Red+Green+Blue) = 89+101+237=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #5965ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5965ED is #A69A12. Grayscale: #707070. Windows color (decimal): -10918419 or 15557977. OLE color: 15557977.

HSL color Cylindrical-coordinate representation of color #5965ED: hue angle of 235.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5965ED is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89101237-
CMYK0.620.5700.07
HSL235.14º80.43%63.92%-
HSV(B)235.14º62.45%92.94%-
XYZ24.0617.5582.24-
YUV112.92198.02110.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.84%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 237 (92.97% from 255) = 55.50%
R=20.84%
G=23.65%
B=55.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891012370.620.5700.07235.1480.4363.92
Hex5965ED3E3907eb5040
Octal131145355767107353120100
Binary101100111001011110110111111011100101111110101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5965ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5965ED; }

 p { color: rgb(89,101,237); }

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

<style>
 a { background-color: #5965ED; }

 a { background-color: rgb(89,101,237); }

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

<style>
 span { border-color: #5965ED; }

 span { border-color: rgb(89,101,237); }

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