#54689B

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

Shades of San Marino #54689B

Tints of San Marino #54689B

Color information

#54689B (or 0x54689B) is unknown color: approx San Marino. HEX triplet: 54, 68 and 9B. RGB value is (84,104,155). Sum of RGB (Red+Green+Blue) = 84+104+155=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #54689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54689B is #AB9764. Grayscale: #676767. Windows color (decimal): -11245413 or 10184788. OLE color: 10184788.

HSL color Cylindrical-coordinate representation of color #54689B: hue angle of 223.1º 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 #54689B is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84104155-
CMYK0.460.3300.39
HSL223.1º29.71%46.86%-
HSV(B)223.1º45.81%60.78%-
XYZ14.5214.1532.98-
YUV103.83156.87113.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=24.49%
G=30.32%
B=45.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841041550.460.3300.39223.129.7146.86
Hex54689B2E21027df1e2f
Octal12415023356410473373657
Binary101010011010001001101110111010000101001111101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54689B; }

 p { color: rgb(84,104,155); }

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

<style>
 a { background-color: #54689B; }

 a { background-color: rgb(84,104,155); }

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

<style>
 span { border-color: #54689B; }

 span { border-color: rgb(84,104,155); }

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