#57769B

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

Shades of San Marino #57769B

Tints of San Marino #57769B

Color information

#57769B (or 0x57769B) is unknown color: approx San Marino. HEX triplet: 57, 76 and 9B. RGB value is (87,118,155). Sum of RGB (Red+Green+Blue) = 87+118+155=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #57769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57769B is #A88964. Grayscale: #707070. Windows color (decimal): -11045221 or 10188375. OLE color: 10188375.

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

Color convert

RGB87118155-
CMYK0.440.2400.39
HSL212.65º28.1%47.45%-
HSV(B)212.65º43.87%60.78%-
XYZ16.3317.3533.5-
YUV112.95151.73109.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=24.17%
G=32.78%
B=43.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871181550.440.2400.39212.6528.147.45
Hex57769B2C18027d51c2f
Octal12716623354300473253457
Binary10101111110110100110111011001100001001111101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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