#54679F

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

Shades of San Marino #54679F

Tints of San Marino #54679F

Color information

#54679F (or 0x54679F) is unknown color: approx San Marino. HEX triplet: 54, 67 and 9F. RGB value is (84,103,159). Sum of RGB (Red+Green+Blue) = 84+103+159=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #54679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54679F is #AB9860. Grayscale: #676767. Windows color (decimal): -11245665 or 10446676. OLE color: 10446676.

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

Color convert

RGB84103159-
CMYK0.470.3500.38
HSL224.8º30.86%47.65%-
HSV(B)224.8º47.17%62.35%-
XYZ14.7614.0934.74-
YUV103.7159.21113.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=24.28%
G=29.77%
B=45.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841031590.470.3500.38224.830.8647.65
Hex54679F2F23026e11f30
Octal12414723757430463413760
Binary101010011001111001111110111110001101001101110000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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