#5C73DC

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

Shades of Royal Blue #5C73DC

Tints of Royal Blue #5C73DC

Color information

#5C73DC (or 0x5C73DC) is unknown color: approx Royal Blue. HEX triplet: 5C, 73 and DC. RGB value is (92,115,220). Sum of RGB (Red+Green+Blue) = 92+115+220=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C73DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C73DC is #A38C23. Grayscale: #777777. Windows color (decimal): -10718244 or 14447452. OLE color: 14447452.

HSL color Cylindrical-coordinate representation of color #5C73DC: hue angle of 229.22º degrees, saturation: 0.65, 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 #5C73DC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92115220-
CMYK0.580.4800.14
HSL229.22º64.65%61.18%-
HSV(B)229.22º58.18%86.27%-
XYZ23.4619.770.28-
YUV120.09184.38107.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.55%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=21.55%
G=26.93%
B=51.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921152200.580.4800.14229.2264.6561.18
Hex5C73DC3A300Ee5413d
Octal134163334726001634510175
Binary101110011100111101110011101011000001110111001011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C73DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,220); }

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

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

 a { background-color: rgb(92,115,220); }

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

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

 span { border-color: rgb(92,115,220); }

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