#54759D

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

Shades of San Marino #54759D

Tints of San Marino #54759D

Color information

#54759D (or 0x54759D) is unknown color: approx San Marino. HEX triplet: 54, 75 and 9D. RGB value is (84,117,157). Sum of RGB (Red+Green+Blue) = 84+117+157=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #54759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54759D is #AB8A62. Grayscale: #6F6F6F. Windows color (decimal): -11242083 or 10319188. OLE color: 10319188.

HSL color Cylindrical-coordinate representation of color #54759D: hue angle of 212.88º 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 #54759D is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84117157-
CMYK0.460.2500.38
HSL212.88º30.29%47.25%-
HSV(B)212.88º46.5%61.57%-
XYZ16.117.0434.34-
YUV111.69153.57108.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=23.46%
G=32.68%
B=43.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841171570.460.2500.38212.8830.2947.25
Hex54759D2E19026d51e2f
Octal12416523556310463253657
Binary10101001110101100111011011101100101001101101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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