#5965DA

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

Shades of Royal Blue #5965DA

Tints of Royal Blue #5965DA

Color information

#5965DA (or 0x5965DA) is unknown color: approx Royal Blue. HEX triplet: 59, 65 and DA. RGB value is (89,101,218). Sum of RGB (Red+Green+Blue) = 89+101+218=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #5965DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965DA is #A69A25. Grayscale: #6E6E6E. Windows color (decimal): -10918438 or 14312793. OLE color: 14312793.

HSL color Cylindrical-coordinate representation of color #5965DA: hue angle of 234.42º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5965DA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89101218-
CMYK0.590.5400.15
HSL234.42º63.55%60.2%-
HSV(B)234.42º59.17%85.49%-
XYZ21.4316.4968.38-
YUV110.75188.52112.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.81%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 218 (85.55% from 255) = 53.43%
R=21.81%
G=24.75%
B=53.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891012180.590.5400.15234.4263.5560.2
Hex5965DA3B360Fea403c
Octal131145332736601735210074
Binary101100111001011101101011101111011001111111010101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5965DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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