#57769C

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

Shades of San Marino #57769C

Tints of San Marino #57769C

Color information

#57769C (or 0x57769C) is unknown color: approx San Marino. HEX triplet: 57, 76 and 9C. RGB value is (87,118,156). Sum of RGB (Red+Green+Blue) = 87+118+156=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #57769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57769C is #A88963. Grayscale: #707070. Windows color (decimal): -11045220 or 10253911. OLE color: 10253911.

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

Color convert

RGB87118156-
CMYK0.440.2400.39
HSL213.04º28.4%47.65%-
HSV(B)213.04º44.23%61.18%-
XYZ16.4117.3833.94-
YUV113.06152.23109.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=24.10%
G=32.69%
B=43.21%

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
Decimal871181560.440.2400.39213.0428.447.65
Hex57769C2C18027d51c30
Octal12716623454300473253460
Binary10101111110110100111001011001100001001111101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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