#54719C

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

Shades of San Marino #54719C

Tints of San Marino #54719C

Color information

#54719C (or 0x54719C) is unknown color: approx San Marino. HEX triplet: 54, 71 and 9C. RGB value is (84,113,156). Sum of RGB (Red+Green+Blue) = 84+113+156=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #54719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54719C is #AB8E63. Grayscale: #6D6D6D. Windows color (decimal): -11243108 or 10252628. OLE color: 10252628.

HSL color Cylindrical-coordinate representation of color #54719C: hue angle of 215.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54719C is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84113156-
CMYK0.460.2800.39
HSL215.83º30%47.06%-
HSV(B)215.83º46.15%61.18%-
XYZ15.5616.133.74-
YUV109.23154.39110-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=23.80%
G=32.01%
B=44.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841131560.460.2800.39215.833047.06
Hex54719C2E1C027d81e2f
Octal12416123456340473303657
Binary10101001110001100111001011101110001001111101100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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