#54729D

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

Shades of San Marino #54729D

Tints of San Marino #54729D

Color information

#54729D (or 0x54729D) is unknown color: approx San Marino. HEX triplet: 54, 72 and 9D. RGB value is (84,114,157). Sum of RGB (Red+Green+Blue) = 84+114+157=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #54729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54729D is #AB8D62. Grayscale: #6D6D6D. Windows color (decimal): -11242851 or 10318420. OLE color: 10318420.

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

Color convert

RGB84114157-
CMYK0.460.2700.38
HSL215.34º30.29%47.25%-
HSV(B)215.34º46.5%61.57%-
XYZ15.7616.3534.22-
YUV109.93154.56109.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=23.66%
G=32.11%
B=44.23%

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
Decimal841141570.460.2700.38215.3430.2947.25
Hex54729D2E1B026d71e2f
Octal12416223556330463273657
Binary10101001110010100111011011101101101001101101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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