#54719F

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

Shades of San Marino #54719F

Tints of San Marino #54719F

Color information

#54719F (or 0x54719F) is unknown color: approx San Marino. HEX triplet: 54, 71 and 9F. RGB value is (84,113,159). Sum of RGB (Red+Green+Blue) = 84+113+159=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #54719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54719F is #AB8E60. Grayscale: #6D6D6D. Windows color (decimal): -11243105 or 10449236. OLE color: 10449236.

HSL color Cylindrical-coordinate representation of color #54719F: hue angle of 216.8º 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 #54719F is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84113159-
CMYK0.470.2900.38
HSL216.8º30.86%47.65%-
HSV(B)216.8º47.17%62.35%-
XYZ15.8216.235.09-
YUV109.57155.89109.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=23.60%
G=31.74%
B=44.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841131590.470.2900.38216.830.8647.65
Hex54719F2F1D026d91f30
Octal12416123757350463313760
Binary10101001110001100111111011111110101001101101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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