#54659F

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

Shades of San Marino #54659F

Tints of San Marino #54659F

Color information

#54659F (or 0x54659F) is unknown color: approx San Marino. HEX triplet: 54, 65 and 9F. RGB value is (84,101,159). Sum of RGB (Red+Green+Blue) = 84+101+159=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #54659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54659F is #AB9A60. Grayscale: #666666. Windows color (decimal): -11246177 or 10446164. OLE color: 10446164.

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

Color convert

RGB84101159-
CMYK0.470.3600.38
HSL226.4º30.86%47.65%-
HSV(B)226.4º47.17%62.35%-
XYZ14.5713.734.68-
YUV102.53159.87114.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=24.42%
G=29.36%
B=46.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841011590.470.3600.38226.430.8647.65
Hex54659F2F24026e21f30
Octal12414523757440463423760
Binary101010011001011001111110111110010001001101110001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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