#56769C

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

Shades of San Marino #56769C

Tints of San Marino #56769C

Color information

#56769C (or 0x56769C) is unknown color: approx San Marino. HEX triplet: 56, 76 and 9C. RGB value is (86,118,156). Sum of RGB (Red+Green+Blue) = 86+118+156=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #56769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56769C is #A98963. Grayscale: #707070. Windows color (decimal): -11110756 or 10253910. OLE color: 10253910.

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

Color convert

RGB86118156-
CMYK0.450.2400.39
HSL212.57º28.93%47.45%-
HSV(B)212.57º44.87%61.18%-
XYZ16.3217.3433.94-
YUV112.76152.4108.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=23.89%
G=32.78%
B=43.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861181560.450.2400.39212.5728.9347.45
Hex56769C2D18027d51d2f
Octal12616623455300473253557
Binary10101101110110100111001011011100001001111101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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