#54739B

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

Shades of San Marino #54739B

Tints of San Marino #54739B

Color information

#54739B (or 0x54739B) is unknown color: approx San Marino. HEX triplet: 54, 73 and 9B. RGB value is (84,115,155). Sum of RGB (Red+Green+Blue) = 84+115+155=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #54739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54739B is #AB8C64. Grayscale: #6E6E6E. Windows color (decimal): -11242597 or 10187604. OLE color: 10187604.

HSL color Cylindrical-coordinate representation of color #54739B: hue angle of 213.8º 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 #54739B is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84115155-
CMYK0.460.2600.39
HSL213.8º29.71%46.86%-
HSV(B)213.8º45.81%60.78%-
XYZ15.716.5133.37-
YUV110.29153.23109.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=23.73%
G=32.49%
B=43.79%

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
Decimal841151550.460.2600.39213.829.7146.86
Hex54739B2E1A027d61e2f
Octal12416323356320473263657
Binary10101001110011100110111011101101001001111101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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