#5B78AB

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

Shades of San Marino #5B78AB

Tints of San Marino #5B78AB

Color information

#5B78AB (or 0x5B78AB) is unknown color: approx San Marino. HEX triplet: 5B, 78 and AB. RGB value is (91,120,171). Sum of RGB (Red+Green+Blue) = 91+120+171=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B78AB is #A48754. Grayscale: #747474. Windows color (decimal): -10782549 or 11237467. OLE color: 11237467.

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

Color convert

RGB91120171-
CMYK0.470.3000.33
HSL218.25º32.26%51.37%-
HSV(B)218.25º46.78%67.06%-
XYZ18.3818.641.15-
YUV117.14158.39109.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.82%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=23.82%
G=31.41%
B=44.76%

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
Decimal911201710.470.3000.33218.2532.2651.37
Hex5B78AB2F1E021da2033
Octal13317025357360413324063
Binary101101111110001010101110111111110010000111011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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