#54799B

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

Shades of San Marino #54799B

Tints of San Marino #54799B

Color information

#54799B (or 0x54799B) is unknown color: approx San Marino. HEX triplet: 54, 79 and 9B. RGB value is (84,121,155). Sum of RGB (Red+Green+Blue) = 84+121+155=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #54799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54799B is #AB8664. Grayscale: #717171. Windows color (decimal): -11241061 or 10189140. OLE color: 10189140.

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

Color convert

RGB84121155-
CMYK0.460.2200.39
HSL208.73º29.71%46.86%-
HSV(B)208.73º45.81%60.78%-
XYZ16.4117.9333.61-
YUV113.81151.24106.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=23.33%
G=33.61%
B=43.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841211550.460.2200.39208.7329.7146.86
Hex54799B2E16027d11e2f
Octal12417123356260473213657
Binary10101001111001100110111011101011001001111101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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