#54709E

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

Shades of San Marino #54709E

Tints of San Marino #54709E

Color information

#54709E (or 0x54709E) is unknown color: approx San Marino. HEX triplet: 54, 70 and 9E. RGB value is (84,112,158). Sum of RGB (Red+Green+Blue) = 84+112+158=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #54709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54709E is #AB8F61. Grayscale: #6C6C6C. Windows color (decimal): -11243362 or 10383444. OLE color: 10383444.

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

Color convert

RGB84112158-
CMYK0.470.2900.38
HSL217.3º30.58%47.45%-
HSV(B)217.3º46.84%61.96%-
XYZ15.6215.9434.6-
YUV108.87155.72110.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=23.73%
G=31.64%
B=44.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841121580.470.2900.38217.330.5847.45
Hex54709E2F1D026d91f2f
Octal12416023657350463313757
Binary10101001110000100111101011111110101001101101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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