#5A68DA

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

Shades of Royal Blue #5A68DA

Tints of Royal Blue #5A68DA

Color information

#5A68DA (or 0x5A68DA) is unknown color: approx Royal Blue. HEX triplet: 5A, 68 and DA. RGB value is (90,104,218). Sum of RGB (Red+Green+Blue) = 90+104+218=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A68DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A68DA is #A59725. Grayscale: #707070. Windows color (decimal): -10852134 or 14313562. OLE color: 14313562.

HSL color Cylindrical-coordinate representation of color #5A68DA: hue angle of 233.44º degrees, saturation: 0.63, 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 #5A68DA is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90104218-
CMYK0.590.5200.15
HSL233.44º63.37%60.39%-
HSV(B)233.44º58.72%85.49%-
XYZ21.8217.1468.49-
YUV112.81187.36111.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.84%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 218 (85.55% from 255) = 52.91%
R=21.84%
G=25.24%
B=52.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901042180.590.5200.15233.4463.3760.39
Hex5A68DA3B340Fe93f3c
Octal13215033273640173517774
Binary10110101101000110110101110111101000111111101001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A68DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,104,218); }

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

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

 a { background-color: rgb(90,104,218); }

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

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

 span { border-color: rgb(90,104,218); }

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