#54709B

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

Shades of San Marino #54709B

Tints of San Marino #54709B

Color information

#54709B (or 0x54709B) is unknown color: approx San Marino. HEX triplet: 54, 70 and 9B. RGB value is (84,112,155). Sum of RGB (Red+Green+Blue) = 84+112+155=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #54709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54709B is #AB8F64. Grayscale: #6C6C6C. Windows color (decimal): -11243365 or 10186836. OLE color: 10186836.

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

Color convert

RGB84112155-
CMYK0.460.2800.39
HSL216.34º29.71%46.86%-
HSV(B)216.34º45.81%60.78%-
XYZ15.3715.8433.26-
YUV108.53154.22110.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=23.93%
G=31.91%
B=44.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841121550.460.2800.39216.3429.7146.86
Hex54709B2E1C027d81e2f
Octal12416023356340473303657
Binary10101001110000100110111011101110001001111101100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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