#57759B

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

Shades of San Marino #57759B

Tints of San Marino #57759B

Color information

#57759B (or 0x57759B) is unknown color: approx San Marino. HEX triplet: 57, 75 and 9B. RGB value is (87,117,155). Sum of RGB (Red+Green+Blue) = 87+117+155=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #57759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57759B is #A88A64. Grayscale: #707070. Windows color (decimal): -11045477 or 10188119. OLE color: 10188119.

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

Color convert

RGB87117155-
CMYK0.440.2500.39
HSL213.53º28.1%47.45%-
HSV(B)213.53º43.87%60.78%-
XYZ16.2117.1233.46-
YUV112.36152.06109.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=24.23%
G=32.59%
B=43.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871171550.440.2500.39213.5328.147.45
Hex57759B2C19027d61c2f
Octal12716523354310473263457
Binary10101111110101100110111011001100101001111101011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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