#5A77AA

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

Shades of San Marino #5A77AA

Tints of San Marino #5A77AA

Color information

#5A77AA (or 0x5A77AA) is unknown color: approx San Marino. HEX triplet: 5A, 77 and AA. RGB value is (90,119,170). Sum of RGB (Red+Green+Blue) = 90+119+170=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 119 (46.88% from 255 or 31.40% 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 #5A77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A77AA is #A58855. Grayscale: #737373. Windows color (decimal): -10848342 or 11171674. OLE color: 11171674.

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

Color convert

RGB90119170-
CMYK0.470.300.33
HSL218.25º32%50.98%-
HSV(B)218.25º47.06%66.67%-
XYZ18.0718.2740.6-
YUV116.14158.39109.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.75%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=23.75%
G=31.40%
B=44.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901191700.470.300.33218.253250.98
Hex5A77AA2F1E021da2033
Octal13216725257360413324063
Binary101101011101111010101010111111110010000111011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,170); }

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

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

 a { background-color: rgb(90,119,170); }

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

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

 span { border-color: rgb(90,119,170); }

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