#5C6AD9

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

Shades of Royal Blue #5C6AD9

Tints of Royal Blue #5C6AD9

Color information

#5C6AD9 (or 0x5C6AD9) is unknown color: approx Royal Blue. HEX triplet: 5C, 6A and D9. RGB value is (92,106,217). Sum of RGB (Red+Green+Blue) = 92+106+217=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C6AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6AD9 is #A39526. Grayscale: #727272. Windows color (decimal): -10720551 or 14248540. OLE color: 14248540.

HSL color Cylindrical-coordinate representation of color #5C6AD9: hue angle of 233.28º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C6AD9 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB92106217-
CMYK0.580.5100.15
HSL233.28º62.19%60.59%-
HSV(B)233.28º57.6%85.1%-
XYZ22.0917.5967.88-
YUV114.47185.86111.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.17%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 217 (85.16% from 255) = 52.29%
R=22.17%
G=25.54%
B=52.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal921062170.580.5100.15233.2862.1960.59
Hex5C6AD93A330Fe93e3d
Octal13415233172630173517675
Binary10111001101010110110011110101100110111111101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,106,217); }

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

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

 a { background-color: rgb(92,106,217); }

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

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

 span { border-color: rgb(92,106,217); }

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