#54789D

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

Shades of San Marino #54789D

Tints of San Marino #54789D

Color information

#54789D (or 0x54789D) is unknown color: approx San Marino. HEX triplet: 54, 78 and 9D. RGB value is (84,120,157). Sum of RGB (Red+Green+Blue) = 84+120+157=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #54789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54789D is #AB8762. Grayscale: #717171. Windows color (decimal): -11241315 or 10319956. OLE color: 10319956.

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

Color convert

RGB84120157-
CMYK0.460.2400.38
HSL210.41º30.29%47.25%-
HSV(B)210.41º46.5%61.57%-
XYZ16.4617.7534.46-
YUV113.45152.57106.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=23.27%
G=33.24%
B=43.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841201570.460.2400.38210.4130.2947.25
Hex54789D2E18026d21e2f
Octal12417023556300463223657
Binary10101001111000100111011011101100001001101101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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