#54769E

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

Shades of San Marino #54769E

Tints of San Marino #54769E

Color information

#54769E (or 0x54769E) is unknown color: approx San Marino. HEX triplet: 54, 76 and 9E. RGB value is (84,118,158). Sum of RGB (Red+Green+Blue) = 84+118+158=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #54769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54769E is #AB8961. Grayscale: #707070. Windows color (decimal): -11241826 or 10384980. OLE color: 10384980.

HSL color Cylindrical-coordinate representation of color #54769E: hue angle of 212.43º 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 #54769E is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84118158-
CMYK0.470.2500.38
HSL212.43º30.58%47.45%-
HSV(B)212.43º46.84%61.96%-
XYZ16.3117.3134.83-
YUV112.39153.74107.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=23.33%
G=32.78%
B=43.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841181580.470.2500.38212.4330.5847.45
Hex54769E2F19026d41f2f
Octal12416623657310463243757
Binary10101001110110100111101011111100101001101101010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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