#5B789F

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

Shades of San Marino #5B789F

Tints of San Marino #5B789F

Color information

#5B789F (or 0x5B789F) is unknown color: approx San Marino. HEX triplet: 5B, 78 and 9F. RGB value is (91,120,159). Sum of RGB (Red+Green+Blue) = 91+120+159=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B789F is #A48760. Grayscale: #737373. Windows color (decimal): -10782561 or 10451035. OLE color: 10451035.

HSL color Cylindrical-coordinate representation of color #5B789F: hue angle of 214.41º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B789F is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB91120159-
CMYK0.430.2500.38
HSL214.41º27.2%49.02%-
HSV(B)214.41º42.77%62.35%-
XYZ17.2918.1635.39-
YUV115.78152.39110.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.59%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=24.59%
G=32.43%
B=42.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911201590.430.2500.38214.4127.249.02
Hex5B789F2B19026d61b31
Octal13317023753310463263361
Binary10110111111000100111111010111100101001101101011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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