#5A78AB

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

Shades of San Marino #5A78AB

Tints of San Marino #5A78AB

Color information

#5A78AB (or 0x5A78AB) is unknown color: approx San Marino. HEX triplet: 5A, 78 and AB. RGB value is (90,120,171). Sum of RGB (Red+Green+Blue) = 90+120+171=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A78AB is #A58754. Grayscale: #747474. Windows color (decimal): -10848085 or 11237466. OLE color: 11237466.

HSL color Cylindrical-coordinate representation of color #5A78AB: hue angle of 217.78º degrees, saturation: 0.33, 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 #5A78AB is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90120171-
CMYK0.470.3000.33
HSL217.78º32.53%51.18%-
HSV(B)217.78º47.37%67.06%-
XYZ18.2818.5541.14-
YUV116.84158.56108.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=23.62%
G=31.50%
B=44.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901201710.470.3000.33217.7832.5351.18
Hex5A78AB2F1E021da2133
Octal13217025357360413324163
Binary101101011110001010101110111111110010000111011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,171); }

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

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

 a { background-color: rgb(90,120,171); }

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

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

 span { border-color: rgb(90,120,171); }

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