#54639E

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

Shades of San Marino #54639E

Tints of San Marino #54639E

Color information

#54639E (or 0x54639E) is unknown color: approx San Marino. HEX triplet: 54, 63 and 9E. RGB value is (84,99,158). Sum of RGB (Red+Green+Blue) = 84+99+158=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #54639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54639E is #AB9C61. Grayscale: #646464. Windows color (decimal): -11246690 or 10380116. OLE color: 10380116.

HSL color Cylindrical-coordinate representation of color #54639E: hue angle of 227.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54639E is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8499158-
CMYK0.470.3700.38
HSL227.84º30.58%47.45%-
HSV(B)227.84º46.84%61.96%-
XYZ14.2913.2834.16-
YUV101.24160.03115.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=24.63%
G=29.03%
B=46.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84991580.470.3700.38227.8430.5847.45
Hex54639E2F25026e41f2f
Octal12414323657450463443757
Binary101010011000111001111010111110010101001101110010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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