#54719E

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

Shades of San Marino #54719E

Tints of San Marino #54719E

Color information

#54719E (or 0x54719E) is unknown color: approx San Marino. HEX triplet: 54, 71 and 9E. RGB value is (84,113,158). Sum of RGB (Red+Green+Blue) = 84+113+158=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #54719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54719E is #AB8E61. Grayscale: #6D6D6D. Windows color (decimal): -11243106 or 10383700. OLE color: 10383700.

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

Color convert

RGB84113158-
CMYK0.470.2800.38
HSL216.49º30.58%47.45%-
HSV(B)216.49º46.84%61.96%-
XYZ15.7316.1634.64-
YUV109.46155.39109.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=23.66%
G=31.83%
B=44.51%

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
Decimal841131580.470.2800.38216.4930.5847.45
Hex54719E2F1C026d81f2f
Octal12416123657340463303757
Binary10101001110001100111101011111110001001101101100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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