#5D6ADC

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

Shades of Royal Blue #5D6ADC

Tints of Royal Blue #5D6ADC

Color information

#5D6ADC (or 0x5D6ADC) is unknown color: approx Royal Blue. HEX triplet: 5D, 6A and DC. RGB value is (93,106,220). Sum of RGB (Red+Green+Blue) = 93+106+220=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D6ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ADC is #A29523. Grayscale: #727272. Windows color (decimal): -10655012 or 14445149. OLE color: 14445149.

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

Color convert

RGB93106220-
CMYK0.580.5200.14
HSL233.86º64.47%61.37%-
HSV(B)233.86º57.73%86.27%-
XYZ22.5917.869.96-
YUV115.11187.19112.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.20%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 52.51%
R=22.20%
G=25.30%
B=52.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal931062200.580.5200.14233.8664.4761.37
Hex5D6ADC3A340Eea403d
Octal135152334726401635210075
Binary101110111010101101110011101011010001110111010101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,106,220); }

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

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

 a { background-color: rgb(93,106,220); }

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

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

 span { border-color: rgb(93,106,220); }

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