#57719C

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

Shades of San Marino #57719C

Tints of San Marino #57719C

Color information

#57719C (or 0x57719C) is unknown color: approx San Marino. HEX triplet: 57, 71 and 9C. RGB value is (87,113,156). Sum of RGB (Red+Green+Blue) = 87+113+156=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #57719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57719C is #A88E63. Grayscale: #6D6D6D. Windows color (decimal): -11046500 or 10252631. OLE color: 10252631.

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

Color convert

RGB87113156-
CMYK0.440.2800.39
HSL217.39º28.4%47.65%-
HSV(B)217.39º44.23%61.18%-
XYZ15.8416.2433.75-
YUV110.13153.89111.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=24.44%
G=31.74%
B=43.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871131560.440.2800.39217.3928.447.65
Hex57719C2C1C027d91c30
Octal12716123454340473313460
Binary10101111110001100111001011001110001001111101100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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