#54639B

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

Shades of San Marino #54639B

Tints of San Marino #54639B

Color information

#54639B (or 0x54639B) is unknown color: approx San Marino. HEX triplet: 54, 63 and 9B. RGB value is (84,99,155). Sum of RGB (Red+Green+Blue) = 84+99+155=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #54639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54639B is #AB9C64. Grayscale: #646464. Windows color (decimal): -11246693 or 10183508. OLE color: 10183508.

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

Color convert

RGB8499155-
CMYK0.460.3600.39
HSL227.32º29.71%46.86%-
HSV(B)227.32º45.81%60.78%-
XYZ14.0313.1832.81-
YUV100.9158.53115.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=24.85%
G=29.29%
B=45.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84991550.460.3600.39227.3229.7146.86
Hex54639B2E24027e31e2f
Octal12414323356440473433657
Binary101010011000111001101110111010010001001111110001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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