#54759B

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

Shades of San Marino #54759B

Tints of San Marino #54759B

Color information

#54759B (or 0x54759B) is unknown color: approx San Marino. HEX triplet: 54, 75 and 9B. RGB value is (84,117,155). Sum of RGB (Red+Green+Blue) = 84+117+155=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #54759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54759B is #AB8A64. Grayscale: #6F6F6F. Windows color (decimal): -11242085 or 10188116. OLE color: 10188116.

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

Color convert

RGB84117155-
CMYK0.460.2500.39
HSL212.11º29.71%46.86%-
HSV(B)212.11º45.81%60.78%-
XYZ15.9316.9733.45-
YUV111.46152.57108.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=23.60%
G=32.87%
B=43.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841171550.460.2500.39212.1129.7146.86
Hex54759B2E19027d41e2f
Octal12416523356310473243657
Binary10101001110101100110111011101100101001111101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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