#54639C

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

Shades of San Marino #54639C

Tints of San Marino #54639C

Color information

#54639C (or 0x54639C) is unknown color: approx San Marino. HEX triplet: 54, 63 and 9C. RGB value is (84,99,156). Sum of RGB (Red+Green+Blue) = 84+99+156=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #54639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54639C is #AB9C63. Grayscale: #646464. Windows color (decimal): -11246692 or 10249044. OLE color: 10249044.

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

Color convert

RGB8499156-
CMYK0.460.3700.39
HSL227.5º30%47.06%-
HSV(B)227.5º46.15%61.18%-
XYZ14.1213.2133.26-
YUV101.01159.03115.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=24.78%
G=29.20%
B=46.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84991560.460.3700.39227.53047.06
Hex54639C2E25027e41e2f
Octal12414323456450473443657
Binary101010011000111001110010111010010101001111110010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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