#5C6ADC

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

Shades of Royal Blue #5C6ADC

Tints of Royal Blue #5C6ADC

Color information

#5C6ADC (or 0x5C6ADC) is unknown color: approx Royal Blue. HEX triplet: 5C, 6A and DC. RGB value is (92,106,220). Sum of RGB (Red+Green+Blue) = 92+106+220=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C6ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ADC is #A39523. Grayscale: #727272. Windows color (decimal): -10720548 or 14445148. OLE color: 14445148.

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

Color convert

RGB92106220-
CMYK0.580.5200.14
HSL233.44º64.65%61.18%-
HSV(B)233.44º58.18%86.27%-
XYZ22.4917.7569.95-
YUV114.81187.36111.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.01%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 220 (86.33% from 255) = 52.63%
R=22.01%
G=25.36%
B=52.63%

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
Decimal921062200.580.5200.14233.4464.6561.18
Hex5C6ADC3A340Ee9413d
Octal134152334726401635110175
Binary101110011010101101110011101011010001110111010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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