#54739C

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

Shades of San Marino #54739C

Tints of San Marino #54739C

Color information

#54739C (or 0x54739C) is unknown color: approx San Marino. HEX triplet: 54, 73 and 9C. RGB value is (84,115,156). Sum of RGB (Red+Green+Blue) = 84+115+156=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #54739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54739C is #AB8C63. Grayscale: #6E6E6E. Windows color (decimal): -11242596 or 10253140. OLE color: 10253140.

HSL color Cylindrical-coordinate representation of color #54739C: hue angle of 214.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54739C is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84115156-
CMYK0.460.2600.39
HSL214.17º30%47.06%-
HSV(B)214.17º46.15%61.18%-
XYZ15.7916.5533.81-
YUV110.4153.73109.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=23.66%
G=32.39%
B=43.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841151560.460.2600.39214.173047.06
Hex54739C2E1A027d61e2f
Octal12416323456320473263657
Binary10101001110011100111001011101101001001111101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54739C; }

 p { color: rgb(84,115,156); }

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

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

 a { background-color: rgb(84,115,156); }

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

<style>
 span { border-color: #54739C; }

 span { border-color: rgb(84,115,156); }

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