#54789a

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

Shades of San Marino #54789A

Tints of San Marino #54789A

Color information

#54789A (or 0x54789A) is unknown color: approx San Marino. HEX triplet: 54, 78 and 9A. RGB value is (84,120,154). Sum of RGB (Red+Green+Blue) = 84+120+154=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #54789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54789A is #AB8765. Grayscale: #707070. Windows color (decimal): -11241318 or 10123348. OLE color: 10123348.

HSL color Cylindrical-coordinate representation of color #54789A: hue angle of 209.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54789A is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84120154-
CMYK0.450.2200.40
HSL209.14º29.41%46.67%-
HSV(B)209.14º45.45%60.39%-
XYZ16.2117.6533.12-
YUV113.11151.07107.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=23.46%
G=33.52%
B=43.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841201540.450.2200.40209.1429.4146.67
Hex54789A2D16028d11d2f
Octal12417023255260503213557
Binary10101001111000100110101011011011001010001101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54789a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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