#5C73DE

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

Shades of Royal Blue #5C73DE

Tints of Royal Blue #5C73DE

Color information

#5C73DE (or 0x5C73DE) is unknown color: approx Royal Blue. HEX triplet: 5C, 73 and DE. RGB value is (92,115,222). Sum of RGB (Red+Green+Blue) = 92+115+222=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C73DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C73DE is #A38C21. Grayscale: #777777. Windows color (decimal): -10718242 or 14578524. OLE color: 14578524.

HSL color Cylindrical-coordinate representation of color #5C73DE: hue angle of 229.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C73DE is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92115222-
CMYK0.590.4800.13
HSL229.38º66.33%61.57%-
HSV(B)229.38º58.56%87.06%-
XYZ23.7319.8171.68-
YUV120.32185.38107.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.45%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=21.45%
G=26.81%
B=51.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921152220.590.4800.13229.3866.3361.57
Hex5C73DE3B300De5423e
Octal134163336736001534510276
Binary101110011100111101111011101111000001101111001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C73DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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