#54739D

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

Shades of San Marino #54739D

Tints of San Marino #54739D

Color information

#54739D (or 0x54739D) is unknown color: approx San Marino. HEX triplet: 54, 73 and 9D. RGB value is (84,115,157). Sum of RGB (Red+Green+Blue) = 84+115+157=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #54739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54739D is #AB8C62. Grayscale: #6E6E6E. Windows color (decimal): -11242595 or 10318676. OLE color: 10318676.

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

Color convert

RGB84115157-
CMYK0.460.2700.38
HSL214.52º30.29%47.25%-
HSV(B)214.52º46.5%61.57%-
XYZ15.8716.5834.26-
YUV110.52154.23109.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=23.60%
G=32.30%
B=44.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841151570.460.2700.38214.5230.2947.25
Hex54739D2E1B026d71e2f
Octal12416323556330463273657
Binary10101001110011100111011011101101101001101101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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