#5C75AA

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

Shades of San Marino #5C75AA

Tints of San Marino #5C75AA

Color information

#5C75AA (or 0x5C75AA) is unknown color: approx San Marino. HEX triplet: 5C, 75 and AA. RGB value is (92,117,170). Sum of RGB (Red+Green+Blue) = 92+117+170=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C75AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C75AA is #A38A55. Grayscale: #737373. Windows color (decimal): -10717782 or 11171164. OLE color: 11171164.

HSL color Cylindrical-coordinate representation of color #5C75AA: hue angle of 220.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C75AA is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92117170-
CMYK0.460.3100.33
HSL220.77º31.45%51.37%-
HSV(B)220.77º45.88%66.67%-
XYZ18.0317.940.53-
YUV115.57158.72111.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=24.27%
G=30.87%
B=44.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921171700.460.3100.33220.7731.4551.37
Hex5C75AA2E1F021dd1f33
Octal13416525256370413353763
Binary10111001110101101010101011101111101000011101110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,117,170); }

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

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

 a { background-color: rgb(92,117,170); }

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

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

 span { border-color: rgb(92,117,170); }

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