#5A65DC

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

Shades of Royal Blue #5A65DC

Tints of Royal Blue #5A65DC

Color information

#5A65DC (or 0x5A65DC) is unknown color: approx Royal Blue. HEX triplet: 5A, 65 and DC. RGB value is (90,101,220). Sum of RGB (Red+Green+Blue) = 90+101+220=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A65DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A65DC is #A59A23. Grayscale: #6E6E6E. Windows color (decimal): -10852900 or 14443866. OLE color: 14443866.

HSL color Cylindrical-coordinate representation of color #5A65DC: hue angle of 234.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A65DC is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB90101220-
CMYK0.590.5400.14
HSL234.92º65%60.78%-
HSV(B)234.92º59.09%86.27%-
XYZ21.7916.6569.78-
YUV111.28189.36112.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.90%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=21.90%
G=24.57%
B=53.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal901012200.590.5400.14234.926560.78
Hex5A65DC3B360Eeb413d
Octal132145334736601635310175
Binary101101011001011101110011101111011001110111010111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A65DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,220); }

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

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

 a { background-color: rgb(90,101,220); }

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

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

 span { border-color: rgb(90,101,220); }

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