#54729F

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

Shades of San Marino #54729F

Tints of San Marino #54729F

Color information

#54729F (or 0x54729F) is unknown color: approx San Marino. HEX triplet: 54, 72 and 9F. RGB value is (84,114,159). Sum of RGB (Red+Green+Blue) = 84+114+159=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #54729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54729F is #AB8D60. Grayscale: #6D6D6D. Windows color (decimal): -11242849 or 10449492. OLE color: 10449492.

HSL color Cylindrical-coordinate representation of color #54729F: hue angle of 216º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54729F is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84114159-
CMYK0.470.2800.38
HSL216º30.86%47.65%-
HSV(B)216º47.17%62.35%-
XYZ15.9316.4235.13-
YUV110.16155.56109.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=23.53%
G=31.93%
B=44.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841141590.470.2800.3821630.8647.65
Hex54729F2F1C026d81f30
Octal12416223757340463303760
Binary10101001110010100111111011111110001001101101100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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