#54779A

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

Shades of San Marino #54779A

Tints of San Marino #54779A

Color information

#54779A (or 0x54779A) is unknown color: approx San Marino. HEX triplet: 54, 77 and 9A. RGB value is (84,119,154). Sum of RGB (Red+Green+Blue) = 84+119+154=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #54779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54779A is #AB8865. Grayscale: #707070. Windows color (decimal): -11241574 or 10123092. OLE color: 10123092.

HSL color Cylindrical-coordinate representation of color #54779A: hue angle of 210º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54779A is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84119154-
CMYK0.450.2300.40
HSL210º29.41%46.67%-
HSV(B)210º45.45%60.39%-
XYZ16.0917.4133.08-
YUV112.52151.4107.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=23.53%
G=33.33%
B=43.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841191540.450.2300.4021029.4146.67
Hex54779A2D17028d21d2f
Octal12416723255270503223557
Binary10101001110111100110101011011011101010001101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54779A; }

 p { color: rgb(84,119,154); }

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

<style>
 a { background-color: #54779A; }

 a { background-color: rgb(84,119,154); }

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

<style>
 span { border-color: #54779A; }

 span { border-color: rgb(84,119,154); }

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