#57719B

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

Shades of San Marino #57719B

Tints of San Marino #57719B

Color information

#57719B (or 0x57719B) is unknown color: approx San Marino. HEX triplet: 57, 71 and 9B. RGB value is (87,113,155). Sum of RGB (Red+Green+Blue) = 87+113+155=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #57719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57719B is #A88E64. Grayscale: #6D6D6D. Windows color (decimal): -11046501 or 10187095. OLE color: 10187095.

HSL color Cylindrical-coordinate representation of color #57719B: hue angle of 217.06º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57719B is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87113155-
CMYK0.440.2700.39
HSL217.06º28.1%47.45%-
HSV(B)217.06º43.87%60.78%-
XYZ15.7516.233.31-
YUV110.01153.39111.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=24.51%
G=31.83%
B=43.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871131550.440.2700.39217.0628.147.45
Hex57719B2C1B027d91c2f
Octal12716123354330473313457
Binary10101111110001100110111011001101101001111101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,113,155); }

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

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

 a { background-color: rgb(87,113,155); }

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

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

 span { border-color: rgb(87,113,155); }

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