#5C6EA2

Color #5C6EA2 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5C6EA2

Tints of San Marino #5C6EA2

Color information

#5C6EA2 (or 0x5C6EA2) is unknown color: approx San Marino. HEX triplet: 5C, 6E and A2. RGB value is (92,110,162). Sum of RGB (Red+Green+Blue) = 92+110+162=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 162 - color contains mainly: blue. Hex color #5C6EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6EA2 is #A3915D. Grayscale: #6E6E6E. Windows color (decimal): -10719582 or 10645084. OLE color: 10645084.

HSL color Cylindrical-coordinate representation of color #5C6EA2: hue angle of 224.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C6EA2 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB92110162-
CMYK0.430.3200.36
HSL224.57º27.56%49.8%-
HSV(B)224.57º43.21%63.53%-
XYZ16.5116.0436.41-
YUV110.55157.04114.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.27%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 162 (63.67% from 255) = 44.51%
R=25.27%
G=30.22%
B=44.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921101620.430.3200.36224.5727.5649.8
Hex5C6EA22B20024e11c32
Octal13415624253400443413462
Binary101110011011101010001010101110000001001001110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,110,162); }

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

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

 a { background-color: rgb(92,110,162); }

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

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

 span { border-color: rgb(92,110,162); }

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