#54679B

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

Shades of San Marino #54679B

Tints of San Marino #54679B

Color information

#54679B (or 0x54679B) is unknown color: approx San Marino. HEX triplet: 54, 67 and 9B. RGB value is (84,103,155). Sum of RGB (Red+Green+Blue) = 84+103+155=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #54679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54679B is #AB9864. Grayscale: #676767. Windows color (decimal): -11245669 or 10184532. OLE color: 10184532.

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

Color convert

RGB84103155-
CMYK0.460.3400.39
HSL223.94º29.71%46.86%-
HSV(B)223.94º45.81%60.78%-
XYZ14.4213.9532.94-
YUV103.25157.21114.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=24.56%
G=30.12%
B=45.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841031550.460.3400.39223.9429.7146.86
Hex54679B2E22027e01e2f
Octal12414723356420473403657
Binary101010011001111001101110111010001001001111110000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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