#5A72D6

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

Shades of Royal Blue #5A72D6

Tints of Royal Blue #5A72D6

Color information

#5A72D6 (or 0x5A72D6) is unknown color: approx Royal Blue. HEX triplet: 5A, 72 and D6. RGB value is (90,114,214). Sum of RGB (Red+Green+Blue) = 90+114+214=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A72D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A72D6 is #A58D29. Grayscale: #757575. Windows color (decimal): -10849578 or 14053978. OLE color: 14053978.

HSL color Cylindrical-coordinate representation of color #5A72D6: hue angle of 228.39º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A72D6 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB90114214-
CMYK0.580.4700.16
HSL228.39º60.19%59.61%-
HSV(B)228.39º57.94%83.92%-
XYZ22.3719.0666.12-
YUV118.22182.05107.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.53%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=21.53%
G=27.27%
B=51.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal901142140.580.4700.16228.3960.1959.61
Hex5A72D63A2F010e43c3c
Octal13216232672570203447474
Binary101101011100101101011011101010111101000011100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A72D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,214); }

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

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

 a { background-color: rgb(90,114,214); }

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

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

 span { border-color: rgb(90,114,214); }

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