#54789F

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

Shades of San Marino #54789F

Tints of San Marino #54789F

Color information

#54789F (or 0x54789F) is unknown color: approx San Marino. HEX triplet: 54, 78 and 9F. RGB value is (84,120,159). Sum of RGB (Red+Green+Blue) = 84+120+159=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #54789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54789F is #AB8760. Grayscale: #717171. Windows color (decimal): -11241313 or 10451028. OLE color: 10451028.

HSL color Cylindrical-coordinate representation of color #54789F: hue angle of 211.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54789F is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84120159-
CMYK0.470.2500.38
HSL211.2º30.86%47.65%-
HSV(B)211.2º47.17%62.35%-
XYZ16.6317.8235.36-
YUV113.68153.57106.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=23.14%
G=33.06%
B=43.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841201590.470.2500.38211.230.8647.65
Hex54789F2F19026d31f30
Octal12417023757310463233760
Binary10101001111000100111111011111100101001101101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54789F; }

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

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

<style>
 a { background-color: #54789F; }

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

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

<style>
 span { border-color: #54789F; }

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

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