#5C66E2

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

Shades of Royal Blue #5C66E2

Tints of Royal Blue #5C66E2

Color information

#5C66E2 (or 0x5C66E2) is unknown color: approx Royal Blue. HEX triplet: 5C, 66 and E2. RGB value is (92,102,226). Sum of RGB (Red+Green+Blue) = 92+102+226=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #5C66E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C66E2 is #A3991D. Grayscale: #707070. Windows color (decimal): -10721566 or 14837340. OLE color: 14837340.

HSL color Cylindrical-coordinate representation of color #5C66E2: hue angle of 235.52º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C66E2 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB92102226-
CMYK0.590.5500.11
HSL235.52º69.79%62.35%-
HSV(B)235.52º59.29%88.63%-
XYZ22.8917.2774.08-
YUV113.15191.69112.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.90%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 226 (88.67% from 255) = 53.81%
R=21.90%
G=24.29%
B=53.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal921022260.590.5500.11235.5269.7962.35
Hex5C66E23B370Bec463e
Octal134146342736701335410676
Binary101110011001101110001011101111011101011111011001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C66E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,102,226); }

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

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

 a { background-color: rgb(92,102,226); }

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

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

 span { border-color: rgb(92,102,226); }

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